diff options
author | unknown <monty@mashka.mysql.fi> | 2002-10-08 17:58:43 +0300 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2002-10-08 17:58:43 +0300 |
commit | 757da5b744594a24362e7b61eeabe01d53c3dddf (patch) | |
tree | db2963a215ecaa695d6df1a233f29e92a166f353 /mysql-test/Makefile.am | |
parent | dc8e1b1e812ad5696707d4f69e1ccb706873595f (diff) | |
download | mariadb-git-757da5b744594a24362e7b61eeabe01d53c3dddf.tar.gz |
Fixed missing table_list->name -> table_list->alias convert
myisam/mi_open.c:
Fixed problem with wrongly calculated max_data_file_length
mysql-test/Makefile.am:
Added missing .require test files
scripts/mysqlhotcopy.sh:
Remove end / from directory names (portability fix)
tests/grant.res:
Update of test results
Diffstat (limited to 'mysql-test/Makefile.am')
-rw-r--r-- | mysql-test/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/Makefile.am b/mysql-test/Makefile.am index d98c10a29a9..a91baa1538e 100644 --- a/mysql-test/Makefile.am +++ b/mysql-test/Makefile.am @@ -42,6 +42,7 @@ install-data-local: $(INSTALL_DATA) $(srcdir)/t/*.test $(DESTDIR)$(testdir)/t $(INSTALL_DATA) $(srcdir)/t/*.opt $(DESTDIR)$(testdir)/t $(INSTALL_DATA) $(srcdir)/r/*.result $(DESTDIR)$(testdir)/r + $(INSTALL_DATA) $(srcdir)/r/*.require $(DESTDIR)$(testdir)/r $(INSTALL_DATA) $(srcdir)/include/*.inc $(DESTDIR)$(testdir)/include $(INSTALL_DATA) $(srcdir)/std_data/*.dat $(DESTDIR)$(testdir)/std_data |