diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-03-27 22:26:58 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-03-27 22:26:58 +0100 |
commit | cb67dcb6184535349ca4ff3d7c64eba9c63a0688 (patch) | |
tree | 10d38ccf7fe60d5ea5c866d37292833b77dfcdae /tests | |
parent | 44002a34e680c79c01df879b540458c2885e97e8 (diff) | |
parent | faec0e2f4aecfc902e354ae7af991779d6bfc4a7 (diff) | |
download | mariadb-git-cb67dcb6184535349ca4ff3d7c64eba9c63a0688.tar.gz |
mysql-5.5.37 selective merge
Diffstat (limited to 'tests')
-rw-r--r-- | tests/deadlock_test.c | 1 | ||||
-rwxr-xr-x | tests/drop_test.pl | 1 | ||||
-rwxr-xr-x | tests/export.pl | 1 | ||||
-rwxr-xr-x | tests/fork2_test.pl | 1 | ||||
-rwxr-xr-x | tests/index_corrupt.pl | 1 | ||||
-rwxr-xr-x | tests/insert_and_repair.pl | 1 | ||||
-rwxr-xr-x | tests/lock_test.pl | 1 | ||||
-rwxr-xr-x | tests/pmail.pl | 1 | ||||
-rwxr-xr-x | tests/rename_test.pl | 1 | ||||
-rwxr-xr-x | tests/table_types.pl | 1 | ||||
-rwxr-xr-x | tests/test_delayed_insert.pl | 1 | ||||
-rwxr-xr-x | tests/truncate.pl | 1 |
12 files changed, 12 insertions, 0 deletions
diff --git a/tests/deadlock_test.c b/tests/deadlock_test.c index b518f531e15..811aa9b58c6 100644 --- a/tests/deadlock_test.c +++ b/tests/deadlock_test.c @@ -1,4 +1,5 @@ /* Copyright (C) 2000-2001, 2003-2004, 2006 MySQL AB + Use is subject to license terms This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/drop_test.pl b/tests/drop_test.pl index ad9b0cfd1c2..362b6d7b8b5 100755 --- a/tests/drop_test.pl +++ b/tests/drop_test.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl -w # Copyright (C) 2000 MySQL AB +# Use is subject to license terms # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/export.pl b/tests/export.pl index 09a7f2b5dc2..d7825574c8c 100755 --- a/tests/export.pl +++ b/tests/export.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2000, 2001 MySQL AB +# Use is subject to license terms # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/fork2_test.pl b/tests/fork2_test.pl index baf6bc47ba8..f8e15403da1 100755 --- a/tests/fork2_test.pl +++ b/tests/fork2_test.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl -w # Copyright (C) 2000, 2001 MySQL AB +# Use is subject to license terms # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/index_corrupt.pl b/tests/index_corrupt.pl index 85c6c5d9110..3623315c968 100755 --- a/tests/index_corrupt.pl +++ b/tests/index_corrupt.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl -w # Copyright (C) 2005 MySQL AB +# Use is subject to license terms # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/insert_and_repair.pl b/tests/insert_and_repair.pl index fb65a646d43..d8799321af1 100755 --- a/tests/insert_and_repair.pl +++ b/tests/insert_and_repair.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl -w # Copyright (C) 2000, 2001 MySQL AB +# Use is subject to license terms # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/lock_test.pl b/tests/lock_test.pl index c783e605d83..97531df99ca 100755 --- a/tests/lock_test.pl +++ b/tests/lock_test.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2000 MySQL AB +# Use is subject to license terms # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/pmail.pl b/tests/pmail.pl index 393d459a717..39f51a4e401 100755 --- a/tests/pmail.pl +++ b/tests/pmail.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl -w # Copyright (C) 2000, 2005 MySQL AB +# Use is subject to license terms # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/rename_test.pl b/tests/rename_test.pl index 9355641dcc8..24d4f9e1a2e 100755 --- a/tests/rename_test.pl +++ b/tests/rename_test.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl -w # Copyright (C) 2000, 2001 MySQL AB +# Use is subject to license terms # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/table_types.pl b/tests/table_types.pl index 2591d4b6f99..53f59a4429d 100755 --- a/tests/table_types.pl +++ b/tests/table_types.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2000, 2003 MySQL AB +# Use is subject to license terms # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/test_delayed_insert.pl b/tests/test_delayed_insert.pl index ac00afaaba4..6d535374991 100755 --- a/tests/test_delayed_insert.pl +++ b/tests/test_delayed_insert.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl -w # Copyright (C) 2000, 2001 MySQL AB +# Use is subject to license terms # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/truncate.pl b/tests/truncate.pl index bf0fb779fe5..41bb79b8237 100755 --- a/tests/truncate.pl +++ b/tests/truncate.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl -w # Copyright (C) 2002 MySQL AB +# Use is subject to license terms # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by |