Merge lp:~ignacio-nin/percona-server/5.1-bug1222777 into lp:percona-server/5.1

Proposed by Ignacio Nin
Status: Work in progress
Proposed branch: lp:~ignacio-nin/percona-server/5.1-bug1222777
Merge into: lp:percona-server/5.1
Diff against target: 437 lines (+34/-34)
33 files modified
Percona-Server/include/atomic/gcc_builtins.h (+1/-1)
Percona-Server/include/atomic/generic-msvc.h (+1/-1)
Percona-Server/include/atomic/nolock.h (+1/-1)
Percona-Server/include/atomic/rwlock.h (+1/-1)
Percona-Server/include/atomic/solaris.h (+1/-1)
Percona-Server/include/atomic/x86-gcc.h (+1/-1)
Percona-Server/include/my_atomic.h (+1/-1)
Percona-Server/mysys/my_atomic.c (+1/-1)
Percona-Server/sql/patch_info.h.pl (+1/-1)
build/debian/patches/01_MAKEFILES__Docs_Images_Makefile.in.dpatch (+1/-1)
build/debian/patches/01_MAKEFILES__Docs_Makefile.in.dpatch (+1/-1)
build/debian/patches/60_usr_share_mysql_mysql_test.dpatch (+1/-1)
kewpie/sql-bench/COPYING (+2/-2)
kewpie/sql-bench/Makefile.am (+1/-1)
kewpie/sql-bench/Makefile.in (+1/-1)
kewpie/sql-bench/as3ap (+1/-1)
kewpie/sql-bench/bench-count-distinct (+1/-1)
kewpie/sql-bench/bench-init.pl (+1/-1)
kewpie/sql-bench/compare-results (+1/-1)
kewpie/sql-bench/copy-db (+1/-1)
kewpie/sql-bench/crash-me (+1/-1)
kewpie/sql-bench/run-all-tests (+1/-1)
kewpie/sql-bench/server-cfg (+1/-1)
kewpie/sql-bench/test-ATIS (+1/-1)
kewpie/sql-bench/test-alter-table (+1/-1)
kewpie/sql-bench/test-big-tables (+1/-1)
kewpie/sql-bench/test-connect (+1/-1)
kewpie/sql-bench/test-create (+1/-1)
kewpie/sql-bench/test-insert (+1/-1)
kewpie/sql-bench/test-select (+1/-1)
kewpie/sql-bench/test-transactions (+1/-1)
kewpie/sql-bench/test-wisconsin (+1/-1)
python-for-subunit2junitxml/subunit/tests/TestUtil.py (+1/-1)
To merge this branch: bzr merge lp:~ignacio-nin/percona-server/5.1-bug1222777
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Needs Fixing
Review via email: mp+184635@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) wrote :

Ignacio,

include/atomic/* files are upstream, I don't think we should modify upstream copyright notices.
Same about kewpie -- that's an upstream project, or even multiple upstream projects, so let's keep them intact.

And this patch is also missing log0online.h and log0online.c (there's a line break in the street address, so it may not show up in grep).

review: Needs Fixing
Revision history for this message
Stewart Smith (stewart) wrote :

Alexey Kopytov <email address hidden> writes:
> Same about kewpie -- that's an upstream project, or even multiple
> upstream projects, so let's keep them intact.

Let's fix in kewpie upstream too (even if we don't merge latest kewpie
in, let's at least fix it there as well as here).

But we should fix it here as well I think.

--
Stewart Smith

Unmerged revisions

578. By Ignacio Nin

Update FSF's street address

The copyright notices were showing an outdated FSF's street address.
Update to the new address as per http://www.gnu.org/licenses/gpl-2.0.html

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Percona-Server/include/atomic/gcc_builtins.h'
--- Percona-Server/include/atomic/gcc_builtins.h 2011-11-24 02:01:17 +0000
+++ Percona-Server/include/atomic/gcc_builtins.h 2013-09-09 17:42:45 +0000
@@ -14,7 +14,7 @@
1414
15 You should have received a copy of the GNU General Public License15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
1818
19#define make_atomic_add_body(S) \19#define make_atomic_add_body(S) \
20 v= __sync_fetch_and_add(a, v);20 v= __sync_fetch_and_add(a, v);
2121
=== modified file 'Percona-Server/include/atomic/generic-msvc.h'
--- Percona-Server/include/atomic/generic-msvc.h 2011-11-24 02:01:17 +0000
+++ Percona-Server/include/atomic/generic-msvc.h 2013-09-09 17:42:45 +0000
@@ -11,7 +11,7 @@
1111
12 You should have received a copy of the GNU General Public License12 You should have received a copy of the GNU General Public License
13 along with this program; if not, write to the Free Software13 along with this program; if not, write to the Free Software
14 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */14 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
1515
16#ifndef _atomic_h_cleanup_16#ifndef _atomic_h_cleanup_
17#define _atomic_h_cleanup_ "atomic/generic-msvc.h"17#define _atomic_h_cleanup_ "atomic/generic-msvc.h"
1818
=== modified file 'Percona-Server/include/atomic/nolock.h'
--- Percona-Server/include/atomic/nolock.h 2011-11-24 02:01:17 +0000
+++ Percona-Server/include/atomic/nolock.h 2013-09-09 17:42:45 +0000
@@ -14,7 +14,7 @@
1414
15 You should have received a copy of the GNU General Public License15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
1818
19#if defined(__i386__) || defined(_MSC_VER) || defined(__x86_64__) \19#if defined(__i386__) || defined(_MSC_VER) || defined(__x86_64__) \
20 || defined(HAVE_GCC_ATOMIC_BUILTINS) \20 || defined(HAVE_GCC_ATOMIC_BUILTINS) \
2121
=== modified file 'Percona-Server/include/atomic/rwlock.h'
--- Percona-Server/include/atomic/rwlock.h 2011-11-24 02:01:17 +0000
+++ Percona-Server/include/atomic/rwlock.h 2013-09-09 17:42:45 +0000
@@ -14,7 +14,7 @@
1414
15 You should have received a copy of the GNU General Public License15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
1818
19#define MY_ATOMIC_MODE_RWLOCKS 119#define MY_ATOMIC_MODE_RWLOCKS 1
2020
2121
=== modified file 'Percona-Server/include/atomic/solaris.h'
--- Percona-Server/include/atomic/solaris.h 2011-11-24 02:01:17 +0000
+++ Percona-Server/include/atomic/solaris.h 2013-09-09 17:42:45 +0000
@@ -11,7 +11,7 @@
1111
12 You should have received a copy of the GNU General Public License12 You should have received a copy of the GNU General Public License
13 along with this program; if not, write to the Free Software13 along with this program; if not, write to the Free Software
14 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */14 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
1515
16#ifndef _atomic_h_cleanup_16#ifndef _atomic_h_cleanup_
17#define _atomic_h_cleanup_ "atomic/solaris.h"17#define _atomic_h_cleanup_ "atomic/solaris.h"
1818
=== modified file 'Percona-Server/include/atomic/x86-gcc.h'
--- Percona-Server/include/atomic/x86-gcc.h 2011-11-24 02:01:17 +0000
+++ Percona-Server/include/atomic/x86-gcc.h 2013-09-09 17:42:45 +0000
@@ -14,7 +14,7 @@
1414
15 You should have received a copy of the GNU General Public License15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
1818
19/*19/*
20 XXX 64-bit atomic operations can be implemented using20 XXX 64-bit atomic operations can be implemented using
2121
=== modified file 'Percona-Server/include/my_atomic.h'
--- Percona-Server/include/my_atomic.h 2011-11-24 02:01:17 +0000
+++ Percona-Server/include/my_atomic.h 2013-09-09 17:42:45 +0000
@@ -14,7 +14,7 @@
1414
15 You should have received a copy of the GNU General Public License15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
1818
19/*19/*
20 This header defines five atomic operations:20 This header defines five atomic operations:
2121
=== modified file 'Percona-Server/mysys/my_atomic.c'
--- Percona-Server/mysys/my_atomic.c 2011-11-24 02:01:17 +0000
+++ Percona-Server/mysys/my_atomic.c 2013-09-09 17:42:45 +0000
@@ -14,7 +14,7 @@
1414
15 You should have received a copy of the GNU General Public License15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
1818
19/*19/*
20 This header defines five atomic operations:20 This header defines five atomic operations:
2121
=== modified file 'Percona-Server/sql/patch_info.h.pl'
--- Percona-Server/sql/patch_info.h.pl 2011-11-24 01:59:40 +0000
+++ Percona-Server/sql/patch_info.h.pl 2013-09-09 17:42:45 +0000
@@ -44,7 +44,7 @@
4444
45 You should have received a copy of the GNU General Public License45 You should have received a copy of the GNU General Public License
46 along with this program; if not, write to the Free Software46 along with this program; if not, write to the Free Software
47 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */47 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
4848
49#ifdef USE_PRAGMA_INTERFACE49#ifdef USE_PRAGMA_INTERFACE
50#pragma interface /* gcc class implementation */50#pragma interface /* gcc class implementation */
5151
=== modified file 'build/debian/patches/01_MAKEFILES__Docs_Images_Makefile.in.dpatch'
--- build/debian/patches/01_MAKEFILES__Docs_Images_Makefile.in.dpatch 2010-05-31 13:57:21 +0000
+++ build/debian/patches/01_MAKEFILES__Docs_Images_Makefile.in.dpatch 2013-09-09 17:42:45 +0000
@@ -39,7 +39,7 @@
39+# 39+#
40+# You should have received a copy of the GNU General Public License40+# You should have received a copy of the GNU General Public License
41+# along with this program; if not, write to the Free Software41+# along with this program; if not, write to the Free Software
42+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA42+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
43+43+
44+# Process this file with automake to create Makefile.in44+# Process this file with automake to create Makefile.in
45+45+
4646
=== modified file 'build/debian/patches/01_MAKEFILES__Docs_Makefile.in.dpatch'
--- build/debian/patches/01_MAKEFILES__Docs_Makefile.in.dpatch 2010-05-31 13:57:21 +0000
+++ build/debian/patches/01_MAKEFILES__Docs_Makefile.in.dpatch 2013-09-09 17:42:45 +0000
@@ -39,7 +39,7 @@
39+# 39+#
40+# You should have received a copy of the GNU General Public License40+# You should have received a copy of the GNU General Public License
41+# along with this program; if not, write to the Free Software41+# along with this program; if not, write to the Free Software
42+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA42+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
43+43+
44+# Process this file with automake to create Makefile.in44+# Process this file with automake to create Makefile.in
45+45+
4646
=== modified file 'build/debian/patches/60_usr_share_mysql_mysql_test.dpatch'
--- build/debian/patches/60_usr_share_mysql_mysql_test.dpatch 2011-04-12 04:45:12 +0000
+++ build/debian/patches/60_usr_share_mysql_mysql_test.dpatch 2013-09-09 17:42:45 +0000
@@ -22,7 +22,7 @@
22+++ Percona-Server-5.1.56/mysql-test/lib/My/SafeProcess/Makefile.am 2011-04-11 11:44:30.491637001 -030022+++ Percona-Server-5.1.56/mysql-test/lib/My/SafeProcess/Makefile.am 2011-04-11 11:44:30.491637001 -0300
23@@ -13,7 +13,7 @@23@@ -13,7 +13,7 @@
24 # along with this program; if not, write to the Free Software24 # along with this program; if not, write to the Free Software
25 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA25 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
26 26
27-testroot = $(prefix)27-testroot = $(prefix)
28+testroot = $(prefix)/share28+testroot = $(prefix)/share
2929
=== modified file 'kewpie/sql-bench/COPYING'
--- kewpie/sql-bench/COPYING 2011-10-05 20:26:34 +0000
+++ kewpie/sql-bench/COPYING 2013-09-09 17:42:45 +0000
@@ -2,7 +2,7 @@
2 Version 2, June 19912 Version 2, June 1991
33
4 Copyright (C) 1989, 1991 Free Software Foundation, Inc.4 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
5 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA5 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA
66
7 Everyone is permitted to copy and distribute verbatim copies7 Everyone is permitted to copy and distribute verbatim copies
8 of this license document, but changing it is not allowed.8 of this license document, but changing it is not allowed.
@@ -316,7 +316,7 @@
316316
317 You should have received a copy of the GNU General Public License317 You should have received a copy of the GNU General Public License
318 along with this program; if not, write to the Free Software318 along with this program; if not, write to the Free Software
319 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.319 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
320320
321Also add information on how to contact you by electronic and paper mail.321Also add information on how to contact you by electronic and paper mail.
322322
323323
=== modified file 'kewpie/sql-bench/Makefile.am'
--- kewpie/sql-bench/Makefile.am 2011-10-05 20:26:34 +0000
+++ kewpie/sql-bench/Makefile.am 2013-09-09 17:42:45 +0000
@@ -12,7 +12,7 @@
12#12#
13# You should have received a copy of the GNU Library General Public13# You should have received a copy of the GNU Library General Public
14# License along with this library; if not, write to the Free14# License along with this library; if not, write to the Free
15# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,15# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
16# MA 02111-1307, USA16# MA 02111-1307, USA
1717
18## Process this file with automake to create Makefile.in18## Process this file with automake to create Makefile.in
1919
=== modified file 'kewpie/sql-bench/Makefile.in'
--- kewpie/sql-bench/Makefile.in 2011-10-05 20:26:34 +0000
+++ kewpie/sql-bench/Makefile.in 2013-09-09 17:42:45 +0000
@@ -28,7 +28,7 @@
28#28#
29# You should have received a copy of the GNU Library General Public29# You should have received a copy of the GNU Library General Public
30# License along with this library; if not, write to the Free30# License along with this library; if not, write to the Free
31# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,31# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
32# MA 02111-1307, USA32# MA 02111-1307, USA
3333
34VPATH = @srcdir@34VPATH = @srcdir@
3535
=== modified file 'kewpie/sql-bench/as3ap'
--- kewpie/sql-bench/as3ap 2011-10-05 20:26:34 +0000
+++ kewpie/sql-bench/as3ap 2013-09-09 17:42:45 +0000
@@ -13,7 +13,7 @@
13#13#
14# You should have received a copy of the GNU Library General Public14# You should have received a copy of the GNU Library General Public
15# License along with this library; if not, write to the Free15# License along with this library; if not, write to the Free
16# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,16# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17# MA 02111-1307, USA17# MA 02111-1307, USA
18#18#
19# AS3AP single-user benchmark.19# AS3AP single-user benchmark.
2020
=== modified file 'kewpie/sql-bench/bench-count-distinct'
--- kewpie/sql-bench/bench-count-distinct 2011-10-05 20:26:34 +0000
+++ kewpie/sql-bench/bench-count-distinct 2013-09-09 17:42:45 +0000
@@ -13,7 +13,7 @@
13#13#
14# You should have received a copy of the GNU Library General Public14# You should have received a copy of the GNU Library General Public
15# License along with this library; if not, write to the Free15# License along with this library; if not, write to the Free
16# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,16# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17# MA 02111-1307, USA17# MA 02111-1307, USA
18#18#
19# Test of selecting on keys that consist of many parts19# Test of selecting on keys that consist of many parts
2020
=== modified file 'kewpie/sql-bench/bench-init.pl'
--- kewpie/sql-bench/bench-init.pl 2011-10-05 20:26:34 +0000
+++ kewpie/sql-bench/bench-init.pl 2013-09-09 17:42:45 +0000
@@ -13,7 +13,7 @@
13#13#
14# You should have received a copy of the GNU Library General Public14# You should have received a copy of the GNU Library General Public
15# License along with this library; if not, write to the Free15# License along with this library; if not, write to the Free
16# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,16# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17# MA 02111-1307, USA17# MA 02111-1307, USA
18#18#
19##########################################################19##########################################################
2020
=== modified file 'kewpie/sql-bench/compare-results'
--- kewpie/sql-bench/compare-results 2011-10-05 20:26:34 +0000
+++ kewpie/sql-bench/compare-results 2013-09-09 17:42:45 +0000
@@ -13,7 +13,7 @@
13#13#
14# You should have received a copy of the GNU Library General Public14# You should have received a copy of the GNU Library General Public
15# License along with this library; if not, write to the Free15# License along with this library; if not, write to the Free
16# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,16# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17# MA 02111-1307, USA17# MA 02111-1307, USA
18#18#
19# a little program to generate a table of results19# a little program to generate a table of results
2020
=== modified file 'kewpie/sql-bench/copy-db'
--- kewpie/sql-bench/copy-db 2011-10-05 20:26:34 +0000
+++ kewpie/sql-bench/copy-db 2013-09-09 17:42:45 +0000
@@ -13,7 +13,7 @@
13#13#
14# You should have received a copy of the GNU Library General Public14# You should have received a copy of the GNU Library General Public
15# License along with this library; if not, write to the Free15# License along with this library; if not, write to the Free
16# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,16# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17# MA 02111-1307, USA17# MA 02111-1307, USA
18#18#
19# start initialition19# start initialition
2020
=== modified file 'kewpie/sql-bench/crash-me'
--- kewpie/sql-bench/crash-me 2011-10-05 20:26:34 +0000
+++ kewpie/sql-bench/crash-me 2013-09-09 17:42:45 +0000
@@ -14,7 +14,7 @@
14#14#
15# You should have received a copy of the GNU Library General Public15# You should have received a copy of the GNU Library General Public
16# License along with this library; if not, write to the Free16# License along with this library; if not, write to the Free
17# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,17# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18# MA 02111-1307, USA18# MA 02111-1307, USA
1919
20# Written by Monty for the TCX/Monty Program/Detron benchmark suite.20# Written by Monty for the TCX/Monty Program/Detron benchmark suite.
2121
=== modified file 'kewpie/sql-bench/run-all-tests'
--- kewpie/sql-bench/run-all-tests 2011-10-05 20:26:34 +0000
+++ kewpie/sql-bench/run-all-tests 2013-09-09 17:42:45 +0000
@@ -13,7 +13,7 @@
13#13#
14# You should have received a copy of the GNU Library General Public14# You should have received a copy of the GNU Library General Public
15# License along with this library; if not, write to the Free15# License along with this library; if not, write to the Free
16# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,16# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17# MA 02111-1307, USA17# MA 02111-1307, USA
18#18#
19# This program runs all test that starts with 'test-' and sums19# This program runs all test that starts with 'test-' and sums
2020
=== modified file 'kewpie/sql-bench/server-cfg'
--- kewpie/sql-bench/server-cfg 2011-10-05 20:26:34 +0000
+++ kewpie/sql-bench/server-cfg 2013-09-09 17:42:45 +0000
@@ -14,7 +14,7 @@
14#14#
15# You should have received a copy of the GNU Library General Public15# You should have received a copy of the GNU Library General Public
16# License along with this library; if not, write to the Free16# License along with this library; if not, write to the Free
17# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,17# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18# MA 02111-1307, USA18# MA 02111-1307, USA
19#19#
20# The configuration file for the DBI/DBD tests on different databases ....20# The configuration file for the DBI/DBD tests on different databases ....
2121
=== modified file 'kewpie/sql-bench/test-ATIS'
--- kewpie/sql-bench/test-ATIS 2011-10-05 20:26:34 +0000
+++ kewpie/sql-bench/test-ATIS 2013-09-09 17:42:45 +0000
@@ -13,7 +13,7 @@
13#13#
14# You should have received a copy of the GNU Library General Public14# You should have received a copy of the GNU Library General Public
15# License along with this library; if not, write to the Free15# License along with this library; if not, write to the Free
16# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,16# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17# MA 02111-1307, USA17# MA 02111-1307, USA
18#18#
19# Test of creating the ATIS database and doing many different selects on it19# Test of creating the ATIS database and doing many different selects on it
2020
=== modified file 'kewpie/sql-bench/test-alter-table'
--- kewpie/sql-bench/test-alter-table 2011-10-05 20:26:34 +0000
+++ kewpie/sql-bench/test-alter-table 2013-09-09 17:42:45 +0000
@@ -13,7 +13,7 @@
13#13#
14# You should have received a copy of the GNU Library General Public14# You should have received a copy of the GNU Library General Public
15# License along with this library; if not, write to the Free15# License along with this library; if not, write to the Free
16# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,16# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17# MA 02111-1307, USA17# MA 02111-1307, USA
18#18#
19# Test of alter table19# Test of alter table
2020
=== modified file 'kewpie/sql-bench/test-big-tables'
--- kewpie/sql-bench/test-big-tables 2011-10-05 20:26:34 +0000
+++ kewpie/sql-bench/test-big-tables 2013-09-09 17:42:45 +0000
@@ -13,7 +13,7 @@
13#13#
14# You should have received a copy of the GNU Library General Public14# You should have received a copy of the GNU Library General Public
15# License along with this library; if not, write to the Free15# License along with this library; if not, write to the Free
16# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,16# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17# MA 02111-1307, USA17# MA 02111-1307, USA
18#18#
19# Test of extreme tables.19# Test of extreme tables.
2020
=== modified file 'kewpie/sql-bench/test-connect'
--- kewpie/sql-bench/test-connect 2011-10-05 20:26:34 +0000
+++ kewpie/sql-bench/test-connect 2013-09-09 17:42:45 +0000
@@ -13,7 +13,7 @@
13#13#
14# You should have received a copy of the GNU Library General Public14# You should have received a copy of the GNU Library General Public
15# License along with this library; if not, write to the Free15# License along with this library; if not, write to the Free
16# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,16# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17# MA 02111-1307, USA17# MA 02111-1307, USA
18#18#
19# This test is for testing the speed of connections and sending19# This test is for testing the speed of connections and sending
2020
=== modified file 'kewpie/sql-bench/test-create'
--- kewpie/sql-bench/test-create 2011-10-05 20:26:34 +0000
+++ kewpie/sql-bench/test-create 2013-09-09 17:42:45 +0000
@@ -13,7 +13,7 @@
13#13#
14# You should have received a copy of the GNU Library General Public14# You should have received a copy of the GNU Library General Public
15# License along with this library; if not, write to the Free15# License along with this library; if not, write to the Free
16# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,16# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17# MA 02111-1307, USA17# MA 02111-1307, USA
18#18#
19# This test is for testing how long it takes to create tables,19# This test is for testing how long it takes to create tables,
2020
=== modified file 'kewpie/sql-bench/test-insert'
--- kewpie/sql-bench/test-insert 2011-10-05 20:26:34 +0000
+++ kewpie/sql-bench/test-insert 2013-09-09 17:42:45 +0000
@@ -13,7 +13,7 @@
13#13#
14# You should have received a copy of the GNU Library General Public14# You should have received a copy of the GNU Library General Public
15# License along with this library; if not, write to the Free15# License along with this library; if not, write to the Free
16# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,16# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17# MA 02111-1307, USA17# MA 02111-1307, USA
18#18#
19# Test of creating a simple table and inserting $record_count records in it,19# Test of creating a simple table and inserting $record_count records in it,
2020
=== modified file 'kewpie/sql-bench/test-select'
--- kewpie/sql-bench/test-select 2011-10-05 20:26:34 +0000
+++ kewpie/sql-bench/test-select 2013-09-09 17:42:45 +0000
@@ -13,7 +13,7 @@
13#13#
14# You should have received a copy of the GNU Library General Public14# You should have received a copy of the GNU Library General Public
15# License along with this library; if not, write to the Free15# License along with this library; if not, write to the Free
16# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,16# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17# MA 02111-1307, USA17# MA 02111-1307, USA
18#18#
19# Test of selecting on keys that consist of many parts19# Test of selecting on keys that consist of many parts
2020
=== modified file 'kewpie/sql-bench/test-transactions'
--- kewpie/sql-bench/test-transactions 2011-10-05 20:26:34 +0000
+++ kewpie/sql-bench/test-transactions 2013-09-09 17:42:45 +0000
@@ -13,7 +13,7 @@
13#13#
14# You should have received a copy of the GNU Library General Public14# You should have received a copy of the GNU Library General Public
15# License along with this library; if not, write to the Free15# License along with this library; if not, write to the Free
16# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,16# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17# MA 02111-1307, USA17# MA 02111-1307, USA
18#18#
19# Test of transactions performance.19# Test of transactions performance.
2020
=== modified file 'kewpie/sql-bench/test-wisconsin'
--- kewpie/sql-bench/test-wisconsin 2011-10-05 20:26:34 +0000
+++ kewpie/sql-bench/test-wisconsin 2013-09-09 17:42:45 +0000
@@ -13,7 +13,7 @@
13#13#
14# You should have received a copy of the GNU Library General Public14# You should have received a copy of the GNU Library General Public
15# License along with this library; if not, write to the Free15# License along with this library; if not, write to the Free
16# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,16# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17# MA 02111-1307, USA17# MA 02111-1307, USA
18#18#
1919
2020
=== modified file 'python-for-subunit2junitxml/subunit/tests/TestUtil.py'
--- python-for-subunit2junitxml/subunit/tests/TestUtil.py 2011-10-06 06:45:16 +0000
+++ python-for-subunit2junitxml/subunit/tests/TestUtil.py 2013-09-09 17:42:45 +0000
@@ -13,7 +13,7 @@
13#13#
14# You should have received a copy of the GNU General Public License14# You should have received a copy of the GNU General Public License
15# along with this program; if not, write to the Free Software15# along with this program; if not, write to the Free Software
16# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA16# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17#17#
1818
19import sys19import sys

Subscribers

People subscribed via source and target branches