diff options
author | Chad MILLER <chad@mysql.com> | 2008-08-18 11:08:57 -0400 |
---|---|---|
committer | Chad MILLER <chad@mysql.com> | 2008-08-18 11:08:57 -0400 |
commit | d5f5db845220cab60d82d0a1667c5dff6774e902 (patch) | |
tree | 9f0d487c241e35ad92c5d81132c46c179b6ee56c /netware/Makefile.am | |
parent | 86fd86ed9839204be5bbae11bc19a3e1a3728332 (diff) | |
parent | 9f277e55549f2581aef45e8d098d2cda366bb2c1 (diff) | |
download | mariadb-git-d5f5db845220cab60d82d0a1667c5dff6774e902.tar.gz |
Merge from 5.0-bugteam local.
Diffstat (limited to 'netware/Makefile.am')
-rw-r--r-- | netware/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/netware/Makefile.am b/netware/Makefile.am index 80da180273b..0b30da17609 100644 --- a/netware/Makefile.am +++ b/netware/Makefile.am @@ -107,8 +107,7 @@ init_db.sql: $(top_srcdir)/scripts/mysql_system_tables.sql \ @echo "CREATE DATABASE mysql;" > $@; @echo "CREATE DATABASE test;" >> $@; @echo "use mysql;" >> $@; - @cat $(top_srcdir)/scripts/mysql_system_tables.sql \ - $(top_srcdir)/scripts/mysql_system_tables_fix.sql >> $@; + @cat $(top_srcdir)/scripts/mysql_system_tables.sql >> $@; # Build test_db.sql from init_db.sql plus # some test data |