diff options
author | Chad MILLER <chad@mysql.com> | 2008-08-18 11:00:19 -0400 |
---|---|---|
committer | Chad MILLER <chad@mysql.com> | 2008-08-18 11:00:19 -0400 |
commit | 9f277e55549f2581aef45e8d098d2cda366bb2c1 (patch) | |
tree | 9d3334dd4e2a392f941aa2b2c897e1b1d9336148 /netware/Makefile.am | |
parent | 21598ea0e6c9495aba817b0101488549e4e78bd3 (diff) | |
parent | ff577e3590030de1597a37d0526a32fd32825f4b (diff) | |
download | mariadb-git-9f277e55549f2581aef45e8d098d2cda366bb2c1.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 2e9ff2b59d6..7ad045d433d 100644 --- a/netware/Makefile.am +++ b/netware/Makefile.am @@ -103,8 +103,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 |