summaryrefslogtreecommitdiff
path: root/netware/Makefile.am
diff options
context:
space:
mode:
authorChad MILLER <chad@mysql.com>2008-08-18 11:08:57 -0400
committerChad MILLER <chad@mysql.com>2008-08-18 11:08:57 -0400
commitd5f5db845220cab60d82d0a1667c5dff6774e902 (patch)
tree9f0d487c241e35ad92c5d81132c46c179b6ee56c /netware/Makefile.am
parent86fd86ed9839204be5bbae11bc19a3e1a3728332 (diff)
parent9f277e55549f2581aef45e8d098d2cda366bb2c1 (diff)
downloadmariadb-git-d5f5db845220cab60d82d0a1667c5dff6774e902.tar.gz
Merge from 5.0-bugteam local.
Diffstat (limited to 'netware/Makefile.am')
-rw-r--r--netware/Makefile.am3
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