diff options
author | unknown <serg@sergbook.mylan> | 2004-04-21 14:55:39 -0500 |
---|---|---|
committer | unknown <serg@sergbook.mylan> | 2004-04-21 14:55:39 -0500 |
commit | 465bb046ffe17ad3397a6e7ade8ff6ffa9059f06 (patch) | |
tree | 930ef1ed41ca4924f86754e0c6c3e4714fb7853a /mysql-test/std_data | |
parent | 8c1153d975c88736a2dc2c7b87d32d39bc696ad2 (diff) | |
download | mariadb-git-465bb046ffe17ad3397a6e7ade8ff6ffa9059f06.tar.gz |
symlink, not hardlink
mkdir in Makefile, not in configure
chmod a-x
sql/ha_ndbcluster.cc:
Change mode to -rw-rw-r--
sql/ha_ndbcluster.h:
Change mode to -rw-rw-r--
BitKeeper/etc/ignore:
added libmysqld/discover.cc
configure.in:
symlink, not hardlink
mkdir in Makefile, not in configure
include/Makefile.am:
mkdir in Makefile, not in configure
mysql-test/std_data/init_file.dat:
add EOL
make a test faster
Diffstat (limited to 'mysql-test/std_data')
-rw-r--r-- | mysql-test/std_data/init_file.dat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/std_data/init_file.dat b/mysql-test/std_data/init_file.dat index 4236ada1142..6105ca2ac1b 100644 --- a/mysql-test/std_data/init_file.dat +++ b/mysql-test/std_data/init_file.dat @@ -1 +1 @@ -select * from mysql.user as t1, mysql.user as t2, mysql.user as t3, mysql.user as t4, mysql.user as t5, mysql.user as t6, mysql.user as t7, mysql.user as t8;
\ No newline at end of file +select * from mysql.user as t1, mysql.user as t2, mysql.user as t3; |