summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* fixed bugs in the new stuff in rpl000001 testunknown2001-04-111-0/+13
* Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysqlunknown2001-04-112-2/+2
|\
| * Fixed bug in REGEXP for Linux Alphaunknown2001-04-112-2/+2
* | Merge work:/home/bk/mysqlunknown2001-04-103-20/+65
|\ \
| * | do not log the drop internal temporary tables into the binary logunknown2001-04-103-20/+65
| |/
* | srv0srv.h Merging work for 3.23.37unknown2001-04-102-19/+77
|/
* Fixed bug with UPDATE/DELETE on UNIQUE key which could be NULLunknown2001-04-103-4/+31
* Fixed INSERT DELAYED with Innobaseunknown2001-04-095-20/+51
* univ.i Prevent inlining of functions on HP-UX because GCC is broken thereunknown2001-04-061-2/+8
* moved bdb/innobase to compile-pentium-debug-maxunknown2001-04-051-2/+6
* Merge mysql.sashanet.com:/home/sasha/src/bk/mysqlunknown2001-04-021-1/+2
|\
| * got --with-other-libc to work, finallyunknown2001-04-021-1/+2
* | Added INNODB as a synonym for INNOBASEunknown2001-04-023-27/+54
* | Fixed bug in ALTER TABLEunknown2001-04-015-4/+9
* | Let ALTER TABLE and LOAD DATA INFILE use sorting to create indexunknown2001-03-282-7/+27
|/
* Fixed bug in lock tables introduced by shared locks.unknown2001-03-271-1/+1
* Fix a crash in Innobase with tables with many columns and a range queryunknown2001-03-2610-2028/+10
* Added test case that crashed Innobaseunknown2001-03-265-7/+21
* Fixed problem with Innobase and signals on Solarisunknown2001-03-261-7/+1
* Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macrounknown2001-03-2612-34/+34
* Updating changelogunknown2001-03-251-1/+1
* sql/mysqld.ccunknown2001-03-242-2/+11
* Fixed bug in send in mysqltestunknown2001-03-256-18/+14
* Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysqlunknown2001-03-242-4/+14
|\
| * Added defines for fast mutex in glibc 2.2 (should be safe)unknown2001-03-242-4/+14
* | Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlunknown2001-03-242-2/+3
|\ \ | |/ |/|
| * bug with mysql_change_db() fixedunknown2001-03-212-2/+3
* | added test case for the nasty join query crashunknown2001-03-231-1/+1
* | Fixed bug with FLUSH TABLES when using temporary tablesunknown2001-03-231-11/+2
* | Merge work:/my/mysql into tik.mysql.fi:/home/my/mysqlunknown2001-03-238-33/+66
|\ \
| * | Test case for bug when updating on keyunknown2001-03-238-33/+66
* | | fixed bug on re-open of temp tables after FLUSH in the middle of openunknown2001-03-221-0/+10
|/ /
* | Add support for Gemini table handler, Monty has checked and approvedunknown2001-03-2114-22/+3140
* | Split setup_fields to setup_tables and setup_fieldsunknown2001-03-219-38/+50
* | Added isolation levelsunknown2001-03-2112-108/+253
|/
* Added tests if a user variable is changed in the same query.unknown2001-03-153-5/+12
* Added fix for using variables with distinctunknown2001-03-151-0/+2
* mergeunknown2001-03-151-4/+4
|\
| * Fixed CLIENT_TRANSACTIONS defineunknown2001-03-141-4/+4
* | Reversed SQL_ANSI_MODE per Monty's request.unknown2001-03-147-59/+26
* | Merge work.mysql.com:/home/bk/mysqlunknown2001-03-143-5/+5
|\ \
| * | Moved state_map copying to THD::THD().unknown2001-03-143-5/+5
* | | changed signal by fd close to signal by vio_closeunknown2001-03-135-57/+64
|/ /
* | mysql-test/r/order_by.result fixed for new testunknown2001-03-131-1/+1
* | sql_lex.cc per-thread state_map temporarily disabledunknown2001-03-131-1/+1
* | Merge work:/home/bk/mysqlunknown2001-03-127-31/+68
|\ \
| * | Added SQL_ANSI_MODE.unknown2001-03-127-31/+68
| |/
* | untested changes to close socket on slave stop for OS's that do notunknown2001-03-126-18/+78
|/
* Optimization of delete with record cache (for MyISAM tables)unknown2001-03-115-6/+10
* Added new tests to benchmark suiteunknown2001-03-114-5/+23