Merge lp:~linuxjedi/libdrizzle/update-copyright-headers into lp:libdrizzle

Proposed by Andrew Hutchings
Status: Merged
Approved by: Andrew Hutchings
Approved revision: 108
Merged at revision: 104
Proposed branch: lp:~linuxjedi/libdrizzle/update-copyright-headers
Merge into: lp:libdrizzle
Diff against target: 948 lines (+206/-132)
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 (+1/-100)
tests/unit/connect_uds.c (+10/-17)
To merge this branch: bzr merge lp:~linuxjedi/libdrizzle/update-copyright-headers
Reviewer Review Type Date Requested Status
Drizzle Trunk Pending
Review via email: mp+145088@code.launchpad.net

Description of the change

Fixes Brian's merge conflict

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'docs/conf.py.in'
--- docs/conf.py.in 2012-12-21 14:04:15 +0000
+++ docs/conf.py.in 2013-01-27 14:02:20 +0000
@@ -47,7 +47,7 @@
4747
48# General information about the project.48# General information about the project.
49project = u'libdrizzle'49project = u'libdrizzle'
50copyright = u'2012, Drizzle Development Group, http://drizzle.org/'50copyright = u'2008-2013, Drizzle Development Group, http://drizzle.org/'
5151
52# The version info for the project you're documenting, acts as replacement for52# The version info for the project you're documenting, acts as replacement for
53# |version| and |release|, also used in various other places throughout the53# |version| and |release|, also used in various other places throughout the
5454
=== 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 14:02:20 +0000
@@ -2,7 +2,7 @@
2 *2 *
3 * Drizzle Client & Protocol Library3 * Drizzle Client & Protocol Library
4 *4 *
5 * Copyright (C) 2012 Drizzle Developer Group5 * Copyright (C) 2012-2013 Drizzle Developer Group
6 * All rights reserved.6 * All rights reserved.
7 *7 *
8 * Redistribution and use in source and binary forms, with or without8 * Redistribution and use in source and binary forms, with or without
99
=== 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 14:02:20 +0000
@@ -1,6 +1,7 @@
1/*1/*
2 * Drizzle Client & Protocol Library2 * Drizzle Client & Protocol Library
3 *3 *
4 * Copyright (C) 2008-2013 Drizzle Developer Group
4 * Copyright (C) 2008 Eric Day (eday@oddments.org)5 * Copyright (C) 2008 Eric Day (eday@oddments.org)
5 * All rights reserved.6 * All rights reserved.
6 *7 *
78
=== 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 14:02:20 +0000
@@ -1,6 +1,7 @@
1/*1/*
2 * Drizzle Client & Protocol Library2 * Drizzle Client & Protocol Library
3 *3 *
4 * Copyright (C) 2008-2013 Drizzle Developer Group
4 * Copyright (C) 2008 Eric Day (eday@oddments.org)5 * Copyright (C) 2008 Eric Day (eday@oddments.org)
5 * All rights reserved.6 * All rights reserved.
6 *7 *
78
=== 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 14:02:20 +0000
@@ -1,6 +1,7 @@
1/*1/*
2 * Drizzle Client & Protocol Library2 * Drizzle Client & Protocol Library
3 *3 *
4 * Copyright (C) 2008-2013 Drizzle Developer Group
4 * Copyright (C) 2008 Eric Day (eday@oddments.org)5 * Copyright (C) 2008 Eric Day (eday@oddments.org)
5 * All rights reserved.6 * All rights reserved.
6 *7 *
78
=== 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 14:02:20 +0000
@@ -1,6 +1,7 @@
1/*1/*
2 * Drizzle Client & Protocol Library2 * Drizzle Client & Protocol Library
3 *3 *
4 * Copyright (C) 2008-2013 Drizzle Developer Group
4 * Copyright (C) 2008 Eric Day (eday@oddments.org)5 * Copyright (C) 2008 Eric Day (eday@oddments.org)
5 * All rights reserved.6 * All rights reserved.
6 *7 *
78
=== modified file 'libdrizzle-5.1/constants.h'
--- libdrizzle-5.1/constants.h 2013-01-27 05:08:57 +0000
+++ libdrizzle-5.1/constants.h 2013-01-27 14:02:20 +0000
@@ -2,6 +2,7 @@
2 *2 *
3 * Drizzle Client & Protocol Library3 * Drizzle Client & Protocol Library
4 *4 *
5 * Copyright (C) 2008-2013 Drizzle Developer Group
5 * Copyright (C) 2011 Brian Aker (brian@tangent.org)6 * Copyright (C) 2011 Brian Aker (brian@tangent.org)
6 * Copyright (C) 2008 Eric Day (eday@oddments.org)7 * Copyright (C) 2008 Eric Day (eday@oddments.org)
7 * All rights reserved.8 * All rights reserved.
89
=== modified file 'libdrizzle-5.1/drizzle.h'
--- libdrizzle-5.1/drizzle.h 2013-01-27 09:48:19 +0000
+++ libdrizzle-5.1/drizzle.h 2013-01-27 14:02:20 +0000
@@ -1,6 +1,7 @@
1/*1/*
2 * Drizzle Client & Protocol Library2 * Drizzle Client & Protocol Library
3 *3 *
4 * Copyright (C) 2008-2013 Drizzle Developer Group
4 * Copyright (C) 2008 Eric Day (eday@oddments.org)5 * Copyright (C) 2008 Eric Day (eday@oddments.org)
5 * All rights reserved.6 * All rights reserved.
6 *7 *
78
=== modified file 'libdrizzle-5.1/drizzle_client.h'
--- libdrizzle-5.1/drizzle_client.h 2013-01-27 09:48:19 +0000
+++ libdrizzle-5.1/drizzle_client.h 2013-01-27 14:02:20 +0000
@@ -1,6 +1,7 @@
1/*1/*
2 * Drizzle Client & Protocol Library2 * Drizzle Client & Protocol Library
3 *3 *
4 * Copyright (C) 2008-2013 Drizzle Developer Group
4 * Copyright (C) 2008 Eric Day (eday@oddments.org)5 * Copyright (C) 2008 Eric Day (eday@oddments.org)
5 * All rights reserved.6 * All rights reserved.
6 *7 *
78
=== modified file 'libdrizzle-5.1/error.h'
--- libdrizzle-5.1/error.h 2012-12-30 02:23:50 +0000
+++ libdrizzle-5.1/error.h 2013-01-27 14:02:20 +0000
@@ -1,7 +1,7 @@
1/*1/*
2 * Drizzle Client & Protocol Library2 * Drizzle Client & Protocol Library
3 *3 *
4 * Copyright (C) 2012 Drizzle Developer Group4 * Copyright (C) 2012-2013 Drizzle Developer Group
5 * All rights reserved.5 * All rights reserved.
6 *6 *
7 * Redistribution and use in source and binary forms, with or without7 * Redistribution and use in source and binary forms, with or without
88
=== modified file 'libdrizzle-5.1/field_client.h'
--- libdrizzle-5.1/field_client.h 2012-12-18 11:36:28 +0000
+++ libdrizzle-5.1/field_client.h 2013-01-27 14:02:20 +0000
@@ -1,6 +1,7 @@
1/*1/*
2 * Drizzle Client & Protocol Library2 * Drizzle Client & Protocol Library
3 *3 *
4 * Copyright (C) 2008-2013 Drizzle Developer Group
4 * Copyright (C) 2008 Eric Day (eday@oddments.org)5 * Copyright (C) 2008 Eric Day (eday@oddments.org)
5 * All rights reserved.6 * All rights reserved.
6 *7 *
78
=== modified file 'libdrizzle-5.1/libdrizzle.h'
--- libdrizzle-5.1/libdrizzle.h 2012-12-24 10:20:04 +0000
+++ libdrizzle-5.1/libdrizzle.h 2013-01-27 14:02:20 +0000
@@ -1,5 +1,5 @@
1/* Drizzle Client Library1/* Drizzle Client Library
2 * Copyright (C) 2011 Olaf van der Spek2 * Copyright (C) 2012-2013 Drizzle Developer Group
3 * All rights reserved.3 * All rights reserved.
4 *4 *
5 * Redistribution and use in source and binary forms, with or without5 * Redistribution and use in source and binary forms, with or without
66
=== modified file 'libdrizzle-5.1/query.h'
--- libdrizzle-5.1/query.h 2013-01-27 01:57:09 +0000
+++ libdrizzle-5.1/query.h 2013-01-27 14:02:20 +0000
@@ -1,6 +1,7 @@
1/*1/*
2 * Drizzle Client & Protocol Library2 * Drizzle Client & Protocol Library
3 *3 *
4 * Copyright (C) 2008-2013 Drizzle Developer Group
4 * Copyright (C) 2008 Eric Day (eday@oddments.org)5 * Copyright (C) 2008 Eric Day (eday@oddments.org)
5 * All rights reserved.6 * All rights reserved.
6 *7 *
78
=== modified file 'libdrizzle-5.1/result.h'
--- libdrizzle-5.1/result.h 2012-12-30 11:18:18 +0000
+++ libdrizzle-5.1/result.h 2013-01-27 14:02:20 +0000
@@ -1,6 +1,7 @@
1/*1/*
2 * Drizzle Client & Protocol Library2 * Drizzle Client & Protocol Library
3 *3 *
4 * Copyright (C) 2008-2013 Drizzle Developer Group
4 * Copyright (C) 2008 Eric Day (eday@oddments.org)5 * Copyright (C) 2008 Eric Day (eday@oddments.org)
5 * All rights reserved.6 * All rights reserved.
6 *7 *
78
=== modified file 'libdrizzle-5.1/result_client.h'
--- libdrizzle-5.1/result_client.h 2012-12-22 08:54:15 +0000
+++ libdrizzle-5.1/result_client.h 2013-01-27 14:02:20 +0000
@@ -1,6 +1,7 @@
1/*1/*
2 * Drizzle Client & Protocol Library2 * Drizzle Client & Protocol Library
3 *3 *
4 * Copyright (C) 2008-2013 Drizzle Developer Group
4 * Copyright (C) 2008 Eric Day (eday@oddments.org)5 * Copyright (C) 2008 Eric Day (eday@oddments.org)
5 * All rights reserved.6 * All rights reserved.
6 *7 *
78
=== modified file 'libdrizzle-5.1/return.h'
--- libdrizzle-5.1/return.h 2013-01-26 23:44:28 +0000
+++ libdrizzle-5.1/return.h 2013-01-27 14:02:20 +0000
@@ -1,6 +1,7 @@
1/*1/*
2 * Drizzle Client & Protocol Library2 * Drizzle Client & Protocol Library
3 *3 *
4 * Copyright (C) 2012-2013 Drizzle Developer Group
4 * Copyright (C) 2012 Brian Aker (brian@tangent.org)5 * Copyright (C) 2012 Brian Aker (brian@tangent.org)
5 * All rights reserved.6 * All rights reserved.
6 *7 *
78
=== modified file 'libdrizzle-5.1/row_client.h'
--- libdrizzle-5.1/row_client.h 2012-12-18 11:36:28 +0000
+++ libdrizzle-5.1/row_client.h 2013-01-27 14:02:20 +0000
@@ -1,6 +1,7 @@
1/*1/*
2 * Drizzle Client & Protocol Library2 * Drizzle Client & Protocol Library
3 *3 *
4 * Copyright (C) 2008-2013 Drizzle Developer Group
4 * Copyright (C) 2008 Eric Day (eday@oddments.org)5 * Copyright (C) 2008 Eric Day (eday@oddments.org)
5 * All rights reserved.6 * All rights reserved.
6 *7 *
78
=== modified file 'libdrizzle-5.1/ssl.h'
--- libdrizzle-5.1/ssl.h 2013-01-12 14:14:18 +0000
+++ libdrizzle-5.1/ssl.h 2013-01-27 14:02:20 +0000
@@ -1,7 +1,7 @@
1/*1/*
2 * Drizzle Client & Protocol Library2 * Drizzle Client & Protocol Library
3 *3 *
4 * Copyright (C) 2012 Drizzle Developer Group4 * Copyright (C) 2012-2013 Drizzle Developer Group
5 * All rights reserved.5 * All rights reserved.
6 *6 *
7 * Redistribution and use in source and binary forms, with or without7 * Redistribution and use in source and binary forms, with or without
88
=== modified file 'libdrizzle-5.1/statement.h'
--- libdrizzle-5.1/statement.h 2013-01-12 14:14:18 +0000
+++ libdrizzle-5.1/statement.h 2013-01-27 14:02:20 +0000
@@ -2,7 +2,7 @@
2 *2 *
3 * Drizzle Client & Protocol Library3 * Drizzle Client & Protocol Library
4 *4 *
5 * Copyright (C) 2012 Drizzle Developer Group5 * Copyright (C) 2012-2013 Drizzle Developer Group
6 * All rights reserved.6 * All rights reserved.
7 *7 *
8 * Redistribution and use in source and binary forms, with or without8 * Redistribution and use in source and binary forms, with or without
99
=== modified file 'libdrizzle-5.1/structs.h'
--- libdrizzle-5.1/structs.h 2012-12-30 02:23:50 +0000
+++ libdrizzle-5.1/structs.h 2013-01-27 14:02:20 +0000
@@ -2,7 +2,7 @@
2 *2 *
3 * Drizzle Client & Protocol Library3 * Drizzle Client & Protocol Library
4 *4 *
5 * Copyright (C) 2012 Drizzle Developer Group5 * Copyright (C) 2012-2013 Drizzle Developer Group
6 * All rights reserved.6 * All rights reserved.
7 *7 *
8 * Redistribution and use in source and binary forms, with or without8 * Redistribution and use in source and binary forms, with or without
99
=== modified file 'libdrizzle-5.1/verbose.h'
--- libdrizzle-5.1/verbose.h 2013-01-05 11:31:45 +0000
+++ libdrizzle-5.1/verbose.h 2013-01-27 14:02:20 +0000
@@ -1,6 +1,7 @@
1/*1/*
2 * Drizzle Client & Protocol Library2 * Drizzle Client & Protocol Library
3 *3 *
4 * Copyright (C) 2012-2013 Drizzle Developer Group
4 * Copyright (C) 2012 Brian Aker (brian@tangent.org)5 * Copyright (C) 2012 Brian Aker (brian@tangent.org)
5 * All rights reserved.6 * All rights reserved.
6 *7 *
78
=== modified file 'libdrizzle-5.1/version.h.in'
--- libdrizzle-5.1/version.h.in 2012-12-18 11:36:28 +0000
+++ libdrizzle-5.1/version.h.in 2013-01-27 14:02:20 +0000
@@ -2,6 +2,7 @@
2 * 2 *
3 * Drizzle Client & Protocol Library3 * Drizzle Client & Protocol Library
4 *4 *
5 * Copyright (C) 2012-2013 Drizzle Developer Group
5 * Copyright (C) 2012 Brian Aker, http://tangent.org/6 * Copyright (C) 2012 Brian Aker, http://tangent.org/
6 * All rights reserved.7 * All rights reserved.
7 *8 *
89
=== modified file 'libdrizzle/binlog.cc'
--- libdrizzle/binlog.cc 2013-01-27 05:22:31 +0000
+++ libdrizzle/binlog.cc 2013-01-27 14:02:20 +0000
@@ -2,7 +2,7 @@
2 *2 *
3 * Drizzle Client & Protocol Library3 * Drizzle Client & Protocol Library
4 *4 *
5 * Copyright (C) 2012 Drizzle Developer Group5 * Copyright (C) 2012-2013 Drizzle Developer Group
6 * All rights reserved.6 * All rights reserved.
7 *7 *
8 * Redistribution and use in source and binary forms, with or without8 * Redistribution and use in source and binary forms, with or without
99
=== modified file 'libdrizzle/binlog.h'
--- libdrizzle/binlog.h 2013-01-12 14:14:18 +0000
+++ libdrizzle/binlog.h 2013-01-27 14:02:20 +0000
@@ -2,7 +2,7 @@
2 *2 *
3 * Drizzle Client & Protocol Library3 * Drizzle Client & Protocol Library
4 *4 *
5 * Copyright (C) 2012 Drizzle Developer Group5 * Copyright (C) 2012-2013 Drizzle Developer Group
6 * All rights reserved.6 * All rights reserved.
7 *7 *
8 * Redistribution and use in source and binary forms, with or without8 * Redistribution and use in source and binary forms, with or without
99
=== modified file 'libdrizzle/column.cc'
--- libdrizzle/column.cc 2013-01-27 04:54:08 +0000
+++ libdrizzle/column.cc 2013-01-27 14:02:20 +0000
@@ -2,6 +2,7 @@
2 *2 *
3 * Drizzle Client & Protocol Library3 * Drizzle Client & Protocol Library
4 *4 *
5 * Copyright (C) 2008-2013 Drizzle Developer Group
5 * Copyright (C) 2008 Eric Day (eday@oddments.org)6 * Copyright (C) 2008 Eric Day (eday@oddments.org)
6 * All rights reserved.7 * All rights reserved.
7 *8 *
89
=== modified file 'libdrizzle/column.h'
--- libdrizzle/column.h 2013-01-05 10:27:32 +0000
+++ libdrizzle/column.h 2013-01-27 14:02:20 +0000
@@ -2,7 +2,7 @@
2 *2 *
3 * Drizzle Client & Protocol Library3 * Drizzle Client & Protocol Library
4 *4 *
5 * Copyright (C) 2012 Drizzle Developer Group5 * Copyright (C) 2012-2013 Drizzle Developer Group
6 * All rights reserved.6 * All rights reserved.
7 *7 *
8 * Redistribution and use in source and binary forms, with or without8 * Redistribution and use in source and binary forms, with or without
99
=== modified file 'libdrizzle/command.cc'
--- libdrizzle/command.cc 2013-01-27 04:54:08 +0000
+++ libdrizzle/command.cc 2013-01-27 14:02:20 +0000
@@ -2,6 +2,7 @@
2 *2 *
3 * Drizzle Client & Protocol Library3 * Drizzle Client & Protocol Library
4 *4 *
5 * Copyright (C) 2008-2013 Drizzle Developer Group
5 * Copyright (C) 2008 Eric Day (eday@oddments.org)6 * Copyright (C) 2008 Eric Day (eday@oddments.org)
6 * All rights reserved.7 * All rights reserved.
7 *8 *
89
=== modified file 'libdrizzle/common.h'
--- libdrizzle/common.h 2013-01-27 09:48:19 +0000
+++ libdrizzle/common.h 2013-01-27 14:02:20 +0000
@@ -1,6 +1,7 @@
1/*1/*
2 * Drizzle Client & Protocol Library2 * Drizzle Client & Protocol Library
3 *3 *
4 * Copyright (C) 2008-2013 Drizzle Developer Group
4 * Copyright (C) 2008 Eric Day (eday@oddments.org)5 * Copyright (C) 2008 Eric Day (eday@oddments.org)
5 * All rights reserved.6 * All rights reserved.
6 *7 *
@@ -89,5 +90,6 @@
89#include "libdrizzle/column.h"90#include "libdrizzle/column.h"
90#include "libdrizzle/binlog.h"91#include "libdrizzle/binlog.h"
91#include "libdrizzle/handshake_client.h"92#include "libdrizzle/handshake_client.h"
93#include "libdrizzle/result.h"
9294
93#include <memory.h>95#include <memory.h>
9496
=== modified file 'libdrizzle/conn.cc'
--- libdrizzle/conn.cc 2013-01-27 09:48:19 +0000
+++ libdrizzle/conn.cc 2013-01-27 14:02:20 +0000
@@ -2,6 +2,7 @@
2 *2 *
3 * Drizzle Client & Protocol Library3 * Drizzle Client & Protocol Library
4 *4 *
5 * Copyright (C) 2008-2013 Drizzle Developer Group
5 * Copyright (C) 2008 Eric Day (eday@oddments.org)6 * Copyright (C) 2008 Eric Day (eday@oddments.org)
6 * All rights reserved.7 * All rights reserved.
7 *8 *
89
=== modified file 'libdrizzle/conn_local.h'
--- libdrizzle/conn_local.h 2013-01-27 04:54:08 +0000
+++ libdrizzle/conn_local.h 2013-01-27 14:02:20 +0000
@@ -2,7 +2,7 @@
2 *2 *
3 * Drizzle Client & Protocol Library3 * Drizzle Client & Protocol Library
4 *4 *
5 * Copyright (C) 2012 Drizzle Developer Group5 * Copyright (C) 2008-2013 Drizzle Developer Group
6 * Copyright (C) 2008 Eric Day (eday@oddments.org)6 * Copyright (C) 2008 Eric Day (eday@oddments.org)
7 * All rights reserved.7 * All rights reserved.
8 *8 *
99
=== modified file 'libdrizzle/conn_uds.cc'
--- libdrizzle/conn_uds.cc 2013-01-12 13:36:22 +0000
+++ libdrizzle/conn_uds.cc 2013-01-27 14:02:20 +0000
@@ -2,6 +2,7 @@
2 *2 *
3 * Drizzle Client & Protocol Library3 * Drizzle Client & Protocol Library
4 *4 *
5 * Copyright (C) 2008-2013 Drizzle Developer Group
5 * Copyright (C) 2008 Eric Day (eday@oddments.org)6 * Copyright (C) 2008 Eric Day (eday@oddments.org)
6 * All rights reserved.7 * All rights reserved.
7 *8 *
89
=== modified file 'libdrizzle/datetime.h'
--- libdrizzle/datetime.h 2012-12-30 02:23:50 +0000
+++ libdrizzle/datetime.h 2013-01-27 14:02:20 +0000
@@ -2,7 +2,7 @@
2 *2 *
3 * Drizzle Client & Protocol Library3 * Drizzle Client & Protocol Library
4 *4 *
5 * Copyright (C) 2012 Drizzle Developer Group5 * Copyright (C) 2008-2013 Drizzle Developer Group
6 * All rights reserved.6 * All rights reserved.
7 *7 *
8 * Redistribution and use in source and binary forms, with or without8 * Redistribution and use in source and binary forms, with or without
99
=== modified file 'libdrizzle/drizzle.cc'
--- libdrizzle/drizzle.cc 2013-01-27 10:02:07 +0000
+++ libdrizzle/drizzle.cc 2013-01-27 14:02:20 +0000
@@ -2,6 +2,7 @@
2 *2 *
3 * Drizzle Client & Protocol Library3 * Drizzle Client & Protocol Library
4 *4 *
5 * Copyright (C) 2008-2013 Drizzle Developer Group
5 * Copyright (C) 2008 Eric Day (eday@oddments.org)6 * Copyright (C) 2008 Eric Day (eday@oddments.org)
6 * All rights reserved.7 * All rights reserved.
7 *8 *
89
=== modified file 'libdrizzle/drizzle_local.h'
--- libdrizzle/drizzle_local.h 2013-01-27 09:48:19 +0000
+++ libdrizzle/drizzle_local.h 2013-01-27 14:02:20 +0000
@@ -1,6 +1,7 @@
1/*1/*
2 * Drizzle Client & Protocol Library2 * Drizzle Client & Protocol Library
3 *3 *
4 * Copyright (C) 2008-2013 Drizzle Developer Group
4 * Copyright (C) 2008 Eric Day (eday@oddments.org)5 * Copyright (C) 2008 Eric Day (eday@oddments.org)
5 * All rights reserved.6 * All rights reserved.
6 *7 *
78
=== modified file 'libdrizzle/error.cc'
--- libdrizzle/error.cc 2013-01-05 15:56:07 +0000
+++ libdrizzle/error.cc 2013-01-27 14:02:20 +0000
@@ -1,6 +1,7 @@
1/*1/*
2 * Drizzle Client & Protocol Library2 * Drizzle Client & Protocol Library
3 *3 *
4 * Copyright (C) 2008-2013 Drizzle Developer Group
4 * Copyright (C) 2012 Brian Aker (brian@tangent.org)5 * Copyright (C) 2012 Brian Aker (brian@tangent.org)
5 * All rights reserved.6 * All rights reserved.
6 *7 *
78
=== modified file 'libdrizzle/field.cc'
--- libdrizzle/field.cc 2013-01-27 04:54:08 +0000
+++ libdrizzle/field.cc 2013-01-27 14:02:20 +0000
@@ -2,6 +2,7 @@
2 *2 *
3 * Drizzle Client & Protocol Library3 * Drizzle Client & Protocol Library
4 *4 *
5 * Copyright (C) 2008-2013 Drizzle Developer Group
5 * Copyright (C) 2008 Eric Day (eday@oddments.org)6 * Copyright (C) 2008 Eric Day (eday@oddments.org)
6 * All rights reserved.7 * All rights reserved.
7 *8 *
89
=== modified file 'libdrizzle/handshake.cc'
--- libdrizzle/handshake.cc 2013-01-27 04:54:08 +0000
+++ libdrizzle/handshake.cc 2013-01-27 14:02:20 +0000
@@ -2,6 +2,7 @@
2 *2 *
3 * Drizzle Client & Protocol Library3 * Drizzle Client & Protocol Library
4 *4 *
5 * Copyright (C) 2008-2013 Drizzle Developer Group
5 * Copyright (C) 2008 Eric Day (eday@oddments.org)6 * Copyright (C) 2008 Eric Day (eday@oddments.org)
6 * All rights reserved.7 * All rights reserved.
7 *8 *
89
=== modified file 'libdrizzle/handshake_client.h'
--- libdrizzle/handshake_client.h 2013-01-27 09:48:19 +0000
+++ libdrizzle/handshake_client.h 2013-01-27 14:02:20 +0000
@@ -1,6 +1,7 @@
1/*1/*
2 * Drizzle Client & Protocol Library2 * Drizzle Client & Protocol Library
3 *3 *
4 * Copyright (C) 2008-2013 Drizzle Developer Group
4 * Copyright (C) 2008 Eric Day (eday@oddments.org)5 * Copyright (C) 2008 Eric Day (eday@oddments.org)
5 * All rights reserved.6 * All rights reserved.
6 *7 *
78
=== modified file 'libdrizzle/include.am'
--- libdrizzle/include.am 2013-01-27 09:48:19 +0000
+++ libdrizzle/include.am 2013-01-27 14:02:20 +0000
@@ -12,6 +12,7 @@
12noinst_HEADERS+= libdrizzle/pack.h12noinst_HEADERS+= libdrizzle/pack.h
13noinst_HEADERS+= libdrizzle/packet.h13noinst_HEADERS+= libdrizzle/packet.h
14noinst_HEADERS+= libdrizzle/poll.h14noinst_HEADERS+= libdrizzle/poll.h
15noinst_HEADERS+= libdrizzle/result.h
15noinst_HEADERS+= libdrizzle/sha1.h16noinst_HEADERS+= libdrizzle/sha1.h
16noinst_HEADERS+= libdrizzle/state.h17noinst_HEADERS+= libdrizzle/state.h
17noinst_HEADERS+= libdrizzle/statement_local.h18noinst_HEADERS+= libdrizzle/statement_local.h
1819
=== modified file 'libdrizzle/pack.cc'
--- libdrizzle/pack.cc 2013-01-26 23:31:43 +0000
+++ libdrizzle/pack.cc 2013-01-27 14:02:20 +0000
@@ -2,6 +2,7 @@
2 *2 *
3 * Drizzle Client & Protocol Library3 * Drizzle Client & Protocol Library
4 *4 *
5 * Copyright (C) 2008-2013 Drizzle Developer Group
5 * Copyright (C) 2008 Eric Day (eday@oddments.org)6 * Copyright (C) 2008 Eric Day (eday@oddments.org)
6 * All rights reserved.7 * All rights reserved.
7 *8 *
89
=== modified file 'libdrizzle/pack.h'
--- libdrizzle/pack.h 2013-01-05 10:27:32 +0000
+++ libdrizzle/pack.h 2013-01-27 14:02:20 +0000
@@ -1,6 +1,7 @@
1/*1/*
2 * Drizzle Client & Protocol Library2 * Drizzle Client & Protocol Library
3 *3 *
4 * Copyright (C) 2008-2013 Drizzle Developer Group
4 * Copyright (C) 2008 Eric Day (eday@oddments.org)5 * Copyright (C) 2008 Eric Day (eday@oddments.org)
5 * All rights reserved.6 * All rights reserved.
6 *7 *
78
=== modified file 'libdrizzle/poll.cc'
--- libdrizzle/poll.cc 2013-01-05 15:46:05 +0000
+++ libdrizzle/poll.cc 2013-01-27 14:02:20 +0000
@@ -1,4 +1,5 @@
1/* LibMemcached1/* LibMemcached
2 * Copyright (C) 2013 Drizzle Developer Group
2 * Copyright (C) 2010 Brian Aker, Trond Norbye3 * Copyright (C) 2010 Brian Aker, Trond Norbye
3 * All rights reserved.4 * All rights reserved.
4 *5 *
56
=== modified file 'libdrizzle/poll.h'
--- libdrizzle/poll.h 2013-01-05 15:46:05 +0000
+++ libdrizzle/poll.h 2013-01-27 14:02:20 +0000
@@ -1,4 +1,5 @@
1/* LibMemcached1/* LibMemcached
2 * Copyright (C) 2012-2013 Drizzle Developer Group
2 * Copyright (C) 2010 Brian Aker, Trond Norbye3 * Copyright (C) 2010 Brian Aker, Trond Norbye
3 * All rights reserved.4 * All rights reserved.
4 *5 *
56
=== modified file 'libdrizzle/query.cc'
--- libdrizzle/query.cc 2013-01-27 01:57:09 +0000
+++ libdrizzle/query.cc 2013-01-27 14:02:20 +0000
@@ -2,6 +2,7 @@
2 *2 *
3 * Drizzle Client & Protocol Library3 * Drizzle Client & Protocol Library
4 *4 *
5 * Copyright (C) 2008-2013 Drizzle Developer Group
5 * Copyright (C) 2008 Eric Day (eday@oddments.org)6 * Copyright (C) 2008 Eric Day (eday@oddments.org)
6 * All rights reserved.7 * All rights reserved.
7 *8 *
89
=== modified file 'libdrizzle/result.cc'
--- libdrizzle/result.cc 2013-01-27 05:22:31 +0000
+++ libdrizzle/result.cc 2013-01-27 14:02:20 +0000
@@ -2,6 +2,7 @@
2 *2 *
3 * Drizzle Client & Protocol Library3 * Drizzle Client & Protocol Library
4 *4 *
5 * Copyright (C) 2008-2013 Drizzle Developer Group
5 * Copyright (C) 2008 Eric Day (eday@oddments.org)6 * Copyright (C) 2008 Eric Day (eday@oddments.org)
6 * All rights reserved.7 * All rights reserved.
7 *8 *
89
=== added file 'libdrizzle/result.h'
--- libdrizzle/result.h 1970-01-01 00:00:00 +0000
+++ libdrizzle/result.h 2013-01-27 14:02:20 +0000
@@ -0,0 +1,143 @@
1/* vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
2 *
3 * Drizzle Client & Protocol Library
4 *
5 * Copyright (C) 2013 Drizzle Developer Group
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions are
10 * met:
11 *
12 * * Redistributions of source code must retain the above copyright
13 * notice, this list of conditions and the following disclaimer.
14 *
15 * * Redistributions in binary form must reproduce the above
16 * copyright notice, this list of conditions and the following disclaimer
17 * in the documentation and/or other materials provided with the
18 * distribution.
19 *
20 * * The names of its contributors may not be used to endorse or
21 * promote products derived from this software without specific prior
22 * written permission.
23 *
24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
25 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
26 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
27 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
28 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
29 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
30 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
31 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
32 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
33 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35 *
36 */
37
38
39#pragma once
40
41/**
42 * @ingroup drizzle_result
43 */
44struct drizzle_result_st
45{
46 drizzle_st *con;
47 drizzle_result_st *next;
48 drizzle_result_st *prev;
49 drizzle_result_options_t options;
50
51 char info[DRIZZLE_MAX_INFO_SIZE];
52 uint16_t error_code;
53 char sqlstate[DRIZZLE_MAX_SQLSTATE_SIZE + 1];
54 uint64_t insert_id;
55 uint16_t warning_count;
56 uint64_t affected_rows;
57
58 uint16_t column_count;
59 uint16_t column_current;
60 drizzle_column_st *column_list;
61 drizzle_column_st *column;
62 drizzle_column_st *column_buffer;
63
64 uint64_t row_count;
65 uint64_t row_current;
66
67 uint16_t field_current;
68 size_t field_total;
69 size_t field_offset;
70 size_t field_size;
71 drizzle_field_t field;
72 drizzle_field_t field_buffer;
73
74 uint64_t row_list_size;
75 drizzle_row_t row;
76 drizzle_row_t *row_list;
77 size_t *field_sizes;
78 size_t **field_sizes_list;
79 drizzle_binlog_st *binlog_event;
80 bool binlog_checksums;
81 uint8_t **null_bitmap_list;
82 uint8_t *null_bitmap;
83 uint8_t null_bitmap_length;
84 bool binary_rows;
85
86 drizzle_result_st() :
87 con(NULL),
88 next(NULL),
89 prev(NULL),
90 options(DRIZZLE_RESULT_NONE),
91 error_code(0),
92 insert_id(0),
93 warning_count(0),
94 affected_rows(0),
95 column_count(0),
96 column_current(0),
97 column_list(NULL),
98 column(NULL),
99 column_buffer(NULL),
100 row_count(0),
101 row_current(0),
102 field_current(0),
103 field_total(0),
104 field_offset(0),
105 field_size(0),
106 field(NULL),
107 field_buffer(NULL),
108 row_list_size(0),
109 row(NULL),
110 row_list(NULL),
111 field_sizes(NULL),
112 field_sizes_list(NULL),
113 binlog_event(NULL),
114 binlog_checksums(false),
115 null_bitmap_list(NULL),
116 null_bitmap(NULL),
117 null_bitmap_length(0),
118 binary_rows(false)
119 {
120 info[0]= '\0';
121 sqlstate[0]= '\0';
122 }
123
124 bool push_state(drizzle_state_fn* func_)
125 {
126 if (con)
127 {
128 return con->push_state(func_);
129 }
130
131 return false;
132 }
133
134 bool has_state() const
135 {
136 if (con)
137 {
138 return con->has_state();
139 }
140
141 return false;
142 }
143};
0144
=== modified file 'libdrizzle/row.cc'
--- libdrizzle/row.cc 2013-01-27 04:54:08 +0000
+++ libdrizzle/row.cc 2013-01-27 14:02:20 +0000
@@ -2,6 +2,7 @@
2 *2 *
3 * Drizzle Client & Protocol Library3 * Drizzle Client & Protocol Library
4 *4 *
5 * Copyright (C) 2008-2013 Drizzle Developer Group
5 * Copyright (C) 2008 Eric Day (eday@oddments.org)6 * Copyright (C) 2008 Eric Day (eday@oddments.org)
6 * All rights reserved.7 * All rights reserved.
7 *8 *
89
=== modified file 'libdrizzle/ssl.cc'
--- libdrizzle/ssl.cc 2013-01-12 14:14:18 +0000
+++ libdrizzle/ssl.cc 2013-01-27 14:02:20 +0000
@@ -2,7 +2,7 @@
2 *2 *
3 * Drizzle Client & Protocol Library3 * Drizzle Client & Protocol Library
4 *4 *
5 * Copyright (C) 2012 Drizzle Developer Group5 * Copyright (C) 2012-2013 Drizzle Developer Group
6 * All rights reserved.6 * All rights reserved.
7 *7 *
8 * Redistribution and use in source and binary forms, with or without8 * Redistribution and use in source and binary forms, with or without
99
=== modified file 'libdrizzle/state.cc'
--- libdrizzle/state.cc 2013-01-27 04:54:08 +0000
+++ libdrizzle/state.cc 2013-01-27 14:02:20 +0000
@@ -2,6 +2,7 @@
2 *2 *
3 * Drizzle Client & Protocol Library3 * Drizzle Client & Protocol Library
4 *4 *
5 * Copyright (C) 2008-2013 Drizzle Developer Group
5 * Copyright (C) 2008 Eric Day (eday@oddments.org)6 * Copyright (C) 2008 Eric Day (eday@oddments.org)
6 * All rights reserved.7 * All rights reserved.
7 *8 *
89
=== modified file 'libdrizzle/state.h'
--- libdrizzle/state.h 2012-12-23 01:05:57 +0000
+++ libdrizzle/state.h 2013-01-27 14:02:20 +0000
@@ -1,6 +1,7 @@
1/*1/*
2 * Drizzle Client & Protocol Library2 * Drizzle Client & Protocol Library
3 *3 *
4 * Copyright (C) 2008-2013 Drizzle Developer Group
4 * Copyright (C) 2008 Eric Day (eday@oddments.org)5 * Copyright (C) 2008 Eric Day (eday@oddments.org)
5 * All rights reserved.6 * All rights reserved.
6 *7 *
78
=== modified file 'libdrizzle/statement_local.h'
--- libdrizzle/statement_local.h 2013-01-14 21:18:05 +0000
+++ libdrizzle/statement_local.h 2013-01-27 14:02:20 +0000
@@ -2,7 +2,7 @@
2 *2 *
3 * Drizzle Client & Protocol Library3 * Drizzle Client & Protocol Library
4 *4 *
5 * Copyright (C) 2012 Drizzle Developer Group5 * Copyright (C) 2012-2013 Drizzle Developer Group
6 * All rights reserved.6 * All rights reserved.
7 *7 *
8 * Redistribution and use in source and binary forms, with or without8 * Redistribution and use in source and binary forms, with or without
99
=== modified file 'libdrizzle/statement_param.cc'
--- libdrizzle/statement_param.cc 2013-01-15 13:37:21 +0000
+++ libdrizzle/statement_param.cc 2013-01-27 14:02:20 +0000
@@ -2,7 +2,7 @@
2 *2 *
3 * Drizzle Client & Protocol Library3 * Drizzle Client & Protocol Library
4 *4 *
5 * Copyright (C) 2012 Drizzle Developer Group5 * Copyright (C) 2012-2013 Drizzle Developer Group
6 * All rights reserved.6 * All rights reserved.
7 *7 *
8 * Redistribution and use in source and binary forms, with or without8 * Redistribution and use in source and binary forms, with or without
99
=== modified file 'libdrizzle/structs.h'
--- libdrizzle/structs.h 2013-01-27 06:03:16 +0000
+++ libdrizzle/structs.h 2013-01-27 14:02:20 +0000
@@ -2,6 +2,7 @@
2 *2 *
3 * Drizzle Client & Protocol Library3 * Drizzle Client & Protocol Library
4 *4 *
5 * Copyright (C) 2008-2013 Drizzle Developer Group
5 * Copyright (C) 2008 Eric Day (eday@oddments.org)6 * Copyright (C) 2008 Eric Day (eday@oddments.org)
6 * All rights reserved.7 * All rights reserved.
7 *8 *
@@ -391,106 +392,6 @@
391 }392 }
392};393};
393394
394/**
395 * @ingroup drizzle_result
396 */
397struct drizzle_result_st
398{
399 drizzle_st *con;
400 drizzle_result_st *next;
401 drizzle_result_st *prev;
402 drizzle_result_options_t options;
403
404 char info[DRIZZLE_MAX_INFO_SIZE];
405 uint16_t error_code;
406 char sqlstate[DRIZZLE_MAX_SQLSTATE_SIZE + 1];
407 uint64_t insert_id;
408 uint16_t warning_count;
409 uint64_t affected_rows;
410
411 uint16_t column_count;
412 uint16_t column_current;
413 drizzle_column_st *column_list;
414 drizzle_column_st *column;
415 drizzle_column_st *column_buffer;
416
417 uint64_t row_count;
418 uint64_t row_current;
419
420 uint16_t field_current;
421 size_t field_total;
422 size_t field_offset;
423 size_t field_size;
424 drizzle_field_t field;
425 drizzle_field_t field_buffer;
426
427 uint64_t row_list_size;
428 drizzle_row_t row;
429 drizzle_row_t *row_list;
430 size_t *field_sizes;
431 size_t **field_sizes_list;
432 uint8_t **null_bitmap_list;
433 uint8_t *null_bitmap;
434 uint8_t null_bitmap_length;
435 bool binary_rows;
436
437 drizzle_result_st() :
438 con(NULL),
439 next(NULL),
440 prev(NULL),
441 options(DRIZZLE_RESULT_NONE),
442 error_code(0),
443 insert_id(0),
444 warning_count(0),
445 affected_rows(0),
446 column_count(0),
447 column_current(0),
448 column_list(NULL),
449 column(NULL),
450 column_buffer(NULL),
451 row_count(0),
452 row_current(0),
453 field_current(0),
454 field_total(0),
455 field_offset(0),
456 field_size(0),
457 field(NULL),
458 field_buffer(NULL),
459 row_list_size(0),
460 row(NULL),
461 row_list(NULL),
462 field_sizes(NULL),
463 field_sizes_list(NULL),
464 null_bitmap_list(NULL),
465 null_bitmap(NULL),
466 null_bitmap_length(0),
467 binary_rows(false)
468 {
469 info[0]= '\0';
470 sqlstate[0]= '\0';
471 }
472
473 bool push_state(drizzle_state_fn* func_)
474 {
475 if (con)
476 {
477 return con->push_state(func_);
478 }
479
480 return false;
481 }
482
483 bool has_state() const
484 {
485 if (con)
486 {
487 return con->has_state();
488 }
489
490 return false;
491 }
492};
493
494struct drizzle_binlog_event_st395struct drizzle_binlog_event_st
495{396{
496 uint32_t timestamp;397 uint32_t timestamp;
497398
=== modified file 'tests/unit/connect_uds.c'
--- tests/unit/connect_uds.c 2013-01-27 09:48:19 +0000
+++ tests/unit/connect_uds.c 2013-01-27 14:02:20 +0000
@@ -37,6 +37,8 @@
3737
38#include <yatl/lite.h>38#include <yatl/lite.h>
3939
40#include "tests/unit/cleanup.h"
41
40#include <libdrizzle-5.1/libdrizzle.h>42#include <libdrizzle-5.1/libdrizzle.h>
41#include <stdio.h>43#include <stdio.h>
42#include <stdlib.h>44#include <stdlib.h>
@@ -47,23 +49,17 @@
47 (void) argc;49 (void) argc;
48 (void) argv;50 (void) argv;
4951
50 drizzle_st *con= drizzle_create(getenv("MYSQL_SOCK"),52 con= drizzle_create(getenv("MYSQL_SOCK"),
51 0,53 0,
52 getenv("MYSQL_USER"),54 getenv("MYSQL_USER"),
53 getenv("MYSQL_PASSWORD"),55 getenv("MYSQL_PASSWORD"),
54 getenv("MYSQL_SCHEMA"), 0);56 getenv("MYSQL_SCHEMA"), 0);
57 CLOSE_ON_EXIT(con);
55 ASSERT_NOT_NULL_(con, "Drizzle connection object creation error");58 ASSERT_NOT_NULL_(con, "Drizzle connection object creation error");
5659
57 drizzle_return_t ret= drizzle_connect(con);60 drizzle_return_t ret= drizzle_connect(con);
58 if (ret == DRIZZLE_RETURN_COULD_NOT_CONNECT)61 SKIP_IF_(ret == DRIZZLE_RETURN_COULD_NOT_CONNECT, "%s(%s)", drizzle_error(con), drizzle_strerror(ret));
59 {62 ASSERT_EQ_(DRIZZLE_RETURN_OK, ret, "%s socket: %s", drizzle_strerror(ret), getenv("MYSQL_SOCK"));
60 char error[DRIZZLE_MAX_ERROR_SIZE];
61 strncpy(error, drizzle_error(con), DRIZZLE_MAX_ERROR_SIZE);
62 drizzle_quit(con);
63
64 SKIP_IF_(ret == DRIZZLE_RETURN_COULD_NOT_CONNECT, "%s(%s)", error, drizzle_strerror(ret));
65 }
66 ASSERT_EQ(DRIZZLE_RETURN_OK, ret);
6763
68 drizzle_query(con, "SELECT 1", 0, &ret);64 drizzle_query(con, "SELECT 1", 0, &ret);
69 ASSERT_EQ_(DRIZZLE_RETURN_OK, ret, "SELECT 1 (%s)", drizzle_error(con));65 ASSERT_EQ_(DRIZZLE_RETURN_OK, ret, "SELECT 1 (%s)", drizzle_error(con));
@@ -84,8 +80,5 @@
84 drizzle_close(con);80 drizzle_close(con);
85 }81 }
8682
87 ret= drizzle_quit(con);
88 ASSERT_EQ_(DRIZZLE_RETURN_OK, ret, "%s", drizzle_strerror(ret));
89
90 return EXIT_SUCCESS;83 return EXIT_SUCCESS;
91}84}

Subscribers

People subscribed via source and target branches

to all changes:
to status/vote changes: