diff options
author | unknown <monty@hundin.mysql.fi> | 2001-11-25 13:50:48 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-11-25 13:50:48 +0200 |
commit | 3c9f153db4d1917633567bbb54ff979a00a1cad3 (patch) | |
tree | 20c1ecfa7529a49fc978cd3d82ae1115d507a9c0 /libmysqld/examples | |
parent | 8b69790a734e0caa1ee83226d4c56fe7b4e55cbb (diff) | |
download | mariadb-git-3c9f153db4d1917633567bbb54ff979a00a1cad3.tar.gz |
Fixes for embedded version.
BitKeeper/deleted/.del-WHITEPAPER~da1226799debcf3f:
Delete: libmysqld/WHITEPAPER
Docs/manual.texi:
Changelog
client/mysqltest.c:
Fix things that crashed embedded MySQL
libmysqld/examples/test-run:
Cleanup of old BDB files.
mysql-test/r/innodb.result:
Fix for embedded library
mysql-test/t/innodb.test:
Fix for embedded library
mysys/mf_keycache.c:
Safety
sql/ha_berkeley.cc:
Added DBUG statements
sql/ha_innobase.cc:
Fixed bug for embedded version
sql/ha_innobase.h:
Fix to use index when doing an ORDER BY on a whole InnoDB table
sql/handler.h:
Fix to use index when doing an ORDER BY on a whole InnoDB table
sql/mysqld.cc:
Safety fix
sql/sql_base.cc:
cleanup
sql/sql_select.cc:
Fix to use index when doing an ORDER BY on a whole InnoDB table
Diffstat (limited to 'libmysqld/examples')
-rwxr-xr-x | libmysqld/examples/test-run | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmysqld/examples/test-run b/libmysqld/examples/test-run index d525c7a14a3..c7434488259 100755 --- a/libmysqld/examples/test-run +++ b/libmysqld/examples/test-run @@ -78,6 +78,7 @@ if test $clean = 1 then rm -f $datadir/ib_* $datadir/ibdata* rm -f $datadir/log.00* + rm -f $datadir/test/*.db fi rm -f $datadir/../tmp/* rm -f test-gdbinit |