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 | 024a1781a6310383c1e352d483e7a701d564d051 (patch) | |
tree | 767176804cfbe0d6793fd40ff179c8609d70bb26 | |
parent | 9db512b3505b4de618ae583e0403bcf027876faa (diff) | |
download | mariadb-git-024a1781a6310383c1e352d483e7a701d564d051.tar.gz |
Remove old comments
-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; |