diff options
author | unknown <msvensson@neptunus.(none)> | 2006-11-04 13:06:19 +0100 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-11-04 13:06:19 +0100 |
commit | bab65b05e240a91653e9a3ba4bd0146496d91803 (patch) | |
tree | 767176804cfbe0d6793fd40ff179c8609d70bb26 /mysql-test | |
parent | 2903267643c8e5f6f04f3a5bb912f291ace91342 (diff) | |
download | mariadb-git-bab65b05e240a91653e9a3ba4bd0146496d91803.tar.gz |
Remove old comments
Diffstat (limited to 'mysql-test')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index c29cd4f6bee..3aeca32f2e8 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -97,11 +97,6 @@ $Devel::Trace::TRACE= 1; # ############################################################################## -# We are to use handle_options() in "mysys/my_getopt.c" for the C version -# -# In the C version we want to use structs and, in some cases, arrays of -# structs. We let each struct be a separate hash. - # Misc global variables our $mysql_version_id; our $glob_mysql_test_dir= undef; |