1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Making multi-table delete BETA !!

mysql-test/t/multi_update.test:
  Making a test change the order of the tables, so that initalize_tables 
  would be tested properly
mysys/my_compress.c:
  Just changed my e-mail address .... ;o)
sql/filesort.cc:
  Making sure that merge_buffers can not be killed
sql/sql_class.h:
  Added initialize_tables
sql/sql_delete.cc:
  Making final changes for multi table delete, beta version !!
sql/sql_select.cc:
  same as above
BitKeeper/etc/ignore:
  Added locked to the ignore list
This commit is contained in:
unknown
2001-07-01 13:20:53 +03:00
parent f246b61915
commit b291238171
7 changed files with 46 additions and 9 deletions

View File

@@ -15,7 +15,7 @@
Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA */
/* Written by Sinisa Milivojevic <sinisa@coresinc.com> */
/* Written by Sinisa Milivojevic <sinisa@mysql.com> */
#include <global.h>
#ifdef HAVE_COMPRESS