diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-05-09 12:35:11 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-05-09 12:35:11 +0200 |
commit | d3e2e1243bb0dae95ce35b0380dd4f8f476b254d (patch) | |
tree | 8779ad6b2059f181770cc07e2437925d7d5d5d04 /tests | |
parent | 229dad1f9b12f8e9f64b6a605bdf8e31c339d018 (diff) | |
parent | 124428a9e28e59f98b25d8ee07b57d264f63cbe4 (diff) | |
download | mariadb-git-d3e2e1243bb0dae95ce35b0380dd4f8f476b254d.tar.gz |
5.5 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 |