Merge lp://qastaging/~brianaker/libdrizzle/update-copyright-headers into lp://qastaging/libdrizzle

Proposed by Brian Aker
Status: Merged
Approved by: Brian Aker
Approved revision: 106
Merged at revision: 104
Proposed branch: lp://qastaging/~brianaker/libdrizzle/update-copyright-headers
Merge into: lp://qastaging/libdrizzle
Diff against target: 859 lines (+210/-32) (has conflicts)
54 files modified
docs/conf.py.in (+1/-1)
libdrizzle-5.1/binlog.h (+1/-1)
libdrizzle-5.1/column.h (+1/-0)
libdrizzle-5.1/column_client.h (+1/-0)
libdrizzle-5.1/conn.h (+1/-0)
libdrizzle-5.1/conn_client.h (+1/-0)
libdrizzle-5.1/constants.h (+1/-0)
libdrizzle-5.1/drizzle.h (+1/-0)
libdrizzle-5.1/drizzle_client.h (+1/-0)
libdrizzle-5.1/error.h (+1/-1)
libdrizzle-5.1/field_client.h (+1/-0)
libdrizzle-5.1/libdrizzle.h (+1/-1)
libdrizzle-5.1/query.h (+1/-0)
libdrizzle-5.1/result.h (+1/-0)
libdrizzle-5.1/result_client.h (+1/-0)
libdrizzle-5.1/return.h (+1/-0)
libdrizzle-5.1/row_client.h (+1/-0)
libdrizzle-5.1/ssl.h (+1/-1)
libdrizzle-5.1/statement.h (+1/-1)
libdrizzle-5.1/structs.h (+1/-1)
libdrizzle-5.1/verbose.h (+1/-0)
libdrizzle-5.1/version.h.in (+1/-0)
libdrizzle/binlog.cc (+1/-1)
libdrizzle/binlog.h (+1/-1)
libdrizzle/column.cc (+1/-0)
libdrizzle/column.h (+1/-1)
libdrizzle/command.cc (+1/-0)
libdrizzle/common.h (+2/-0)
libdrizzle/conn.cc (+1/-0)
libdrizzle/conn_local.h (+1/-1)
libdrizzle/conn_uds.cc (+1/-0)
libdrizzle/datetime.h (+1/-1)
libdrizzle/drizzle.cc (+1/-0)
libdrizzle/drizzle_local.h (+1/-0)
libdrizzle/error.cc (+1/-0)
libdrizzle/field.cc (+1/-0)
libdrizzle/handshake.cc (+1/-0)
libdrizzle/handshake_client.h (+1/-0)
libdrizzle/include.am (+1/-0)
libdrizzle/pack.cc (+1/-0)
libdrizzle/pack.h (+1/-0)
libdrizzle/poll.cc (+1/-0)
libdrizzle/poll.h (+1/-0)
libdrizzle/query.cc (+1/-0)
libdrizzle/result.cc (+1/-0)
libdrizzle/result.h (+143/-0)
libdrizzle/row.cc (+1/-0)
libdrizzle/ssl.cc (+1/-1)
libdrizzle/state.cc (+1/-0)
libdrizzle/state.h (+1/-0)
libdrizzle/statement_local.h (+1/-1)
libdrizzle/statement_param.cc (+1/-1)
libdrizzle/structs.h (+5/-0)
tests/unit/connect_uds.c (+10/-17)
Text conflict in libdrizzle/structs.h
To merge this branch: bzr merge lp://qastaging/~brianaker/libdrizzle/update-copyright-headers
Reviewer Review Type Date Requested Status
Drizzle Trunk Pending
Review via email: mp+145086@code.qastaging.launchpad.net
To post a comment you must log in.
Revision history for this message
Vijay Samuel (vjsamuel) wrote :
Download full text (25.6 KiB)

Hi Brian,

There are merge conflicts. Please resolve and re submit.

Thanks in advance.

Cheers,
-Vijay
On Jan 27, 2013 5:45 PM, "Brian Aker" <email address hidden> wrote:

> Brian Aker has proposed merging
> lp:~brianaker/libdrizzle/update-copyright-headers into lp:libdrizzle.
>
> Requested reviews:
> Drizzle Trunk (drizzle-trunk)
>
> For more details, see:
>
> https://code.launchpad.net/~brianaker/libdrizzle/update-copyright-headers/+merge/145086
> --
>
> https://code.launchpad.net/~brianaker/libdrizzle/update-copyright-headers/+merge/145086
> Your team Drizzle Trunk is requested to review the proposed merge of
> lp:~brianaker/libdrizzle/update-copyright-headers into lp:libdrizzle.
>
> === modified file 'docs/conf.py.in'
> --- docs/conf.py.in 2012-12-21 14:04:15 +0000
> +++ docs/conf.py.in 2013-01-27 12:14:21 +0000
> @@ -47,7 +47,7 @@
>
> # General information about the project.
> project = u'libdrizzle'
> -copyright = u'2012, Drizzle Development Group, http://drizzle.org/'
> +copyright = u'2008-2013, Drizzle Development Group, http://drizzle.org/'
>
> # The version info for the project you're documenting, acts as
> replacement for
> # |version| and |release|, also used in various other places throughout
> the
>
> === modified file 'libdrizzle-5.1/binlog.h'
> --- libdrizzle-5.1/binlog.h 2013-01-27 05:08:57 +0000
> +++ libdrizzle-5.1/binlog.h 2013-01-27 12:14:21 +0000
> @@ -2,7 +2,7 @@
> *
> * Drizzle Client & Protocol Library
> *
> - * Copyright (C) 2012 Drizzle Developer Group
> + * Copyright (C) 2012-2013 Drizzle Developer Group
> * All rights reserved.
> *
> * Redistribution and use in source and binary forms, with or without
>
> === modified file 'libdrizzle-5.1/column.h'
> --- libdrizzle-5.1/column.h 2013-01-05 10:27:32 +0000
> +++ libdrizzle-5.1/column.h 2013-01-27 12:14:21 +0000
> @@ -1,6 +1,7 @@
> /*
> * Drizzle Client & Protocol Library
> *
> + * Copyright (C) 2008-2013 Drizzle Developer Group
> * Copyright (C) 2008 Eric Day (<email address hidden>)
> * All rights reserved.
> *
>
> === modified file 'libdrizzle-5.1/column_client.h'
> --- libdrizzle-5.1/column_client.h 2012-12-18 11:36:28 +0000
> +++ libdrizzle-5.1/column_client.h 2013-01-27 12:14:21 +0000
> @@ -1,6 +1,7 @@
> /*
> * Drizzle Client & Protocol Library
> *
> + * Copyright (C) 2008-2013 Drizzle Developer Group
> * Copyright (C) 2008 Eric Day (<email address hidden>)
> * All rights reserved.
> *
>
> === modified file 'libdrizzle-5.1/conn.h'
> --- libdrizzle-5.1/conn.h 2013-01-27 01:57:09 +0000
> +++ libdrizzle-5.1/conn.h 2013-01-27 12:14:21 +0000
> @@ -1,6 +1,7 @@
> /*
> * Drizzle Client & Protocol Library
> *
> + * Copyright (C) 2008-2013 Drizzle Developer Group
> * Copyright (C) 2008 Eric Day (<email address hidden>)
> * All rights reserved.
> *
>
> === modified file 'libdrizzle-5.1/conn_client.h'
> --- libdrizzle-5.1/conn_client.h 2013-01-05 11:41:26 +0000
> +++ libdrizzle-5.1/conn_client.h 2013-01-27 12:14:21 +0000
> @@ -1,6 +1,7 @@
> /*
> * Drizzle Client & Protocol Library
> *
> + * Copyright (C) 2008-2013 Drizzle Developer Group
> * Copyright (C) 2008 Eric Day (eday...

107. By Brian Aker

Extend error message in test.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches

to all changes:
to status/vote changes: