summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
Commit message (Expand)AuthorAgeFilesLines
* IGNORE/USE INDEX now work with HA_EXTRA_KEYREADunknown2002-11-091-0/+1
* Fixed problem with BDB tables and ALTER TABLEunknown2002-10-241-0/+1
* Change name -> alias in TABLE_LIST.unknown2002-09-211-8/+8
* Fixed bug introduces by last changesetunknown2002-09-031-35/+45
* Fixed problem with make distcheckunknown2002-08-061-14/+7
* mergeunknown2002-08-051-2/+14
|\
| * Added some missing mutex_locks() when manipulating the table cache.unknown2002-08-051-2/+14
* | Fixed bug with GROUP BY on NULL fields.unknown2002-08-051-9/+9
|/
* spurious binlog error code logging on temp table auto-drop fixedunknown2002-06-051-0/+1
* Fix for bug in WHERE key='j' or key='J'unknown2002-03-221-3/+3
* Quote names to SHOW CREATE for mysqldumpunknown2002-03-211-0/+1
* Corrected fix for not freed memory when using corrupted tablesunknown2002-03-051-1/+0
* memory leak with broken tables fixedunknown2002-02-201-0/+1
* fixed alias drop bug in binlogunknown2001-11-271-2/+2
* removed ftfuncs argument for mysql_selectunknown2001-11-211-4/+21
* Fixed a problem using LOCK TABLES and BDB tablesunknown2001-09-061-0/+3
* Make killing of threads saferunknown2001-09-011-6/+3
* Fixes for OS2.unknown2001-08-221-2/+2
* Portability fixesunknown2001-08-101-1/+1
* dded volatile to replication variableunknown2001-07-071-1/+2
* Fixed bug in mysqlcheck when using --fastunknown2001-06-191-21/+22
* Changed compare in MyISAM to use my_pread()unknown2001-06-111-0/+3
* Pushing all the Gemini changes above the table handler.unknown2001-05-291-5/+13
* Fixed bug when using MERGE on files > 4Gunknown2001-05-171-6/+9
* Applied patches for BDB tablesunknown2001-05-091-4/+4
* Portability fixes for Ia64 and Sgi compilerunknown2001-04-251-2/+3
* Fix for BDB and LOCK TABLESunknown2001-04-191-2/+20
* do not log the drop internal temporary tables into the binary logunknown2001-04-101-5/+11
* Added INNODB as a synonym for INNOBASEunknown2001-04-021-11/+16
* Fixed bug in lock tables introduced by shared locks.unknown2001-03-271-1/+1
* Fixed bug in send in mysqltestunknown2001-03-251-8/+0
* Fixed bug with FLUSH TABLES when using temporary tablesunknown2001-03-231-11/+2
* fixed bug on re-open of temp tables after FLUSH in the middle of openunknown2001-03-221-0/+10
* Split setup_fields to setup_tables and setup_fieldsunknown2001-03-211-29/+38
* Fixes for innobase usageunknown2001-03-031-0/+5
* Added locks needed for Innobaseunknown2001-02-181-3/+3
* Changed --replace to --replace_result in mysqltestunknown2001-02-151-1/+1
* fixed up lock counting code - Monty's suggestionsunknown2001-01-271-3/+2
* Table_locks_waitedunknown2001-01-261-1/+3
* Lots of manual changesunknown2001-01-251-2/+3
* Fixed type in make_binary_distribution.shunknown2001-01-221-1/+4
* Fixed that --open-files-limit works on Linuxunknown2001-01-141-1/+1
* Added SHOW OPEN TABLES. Thanks to Antony T Curtis <antony@abacus.co.uk>unknown2000-12-181-0/+68
* sql_base.cc merge+insert (v.3)unknown2000-12-081-1/+0
* Mergeunknown2000-12-071-12/+13
|\
| * myrg_rrnd.c merge+insert (alternate take)unknown2000-12-071-12/+13
* | Only write full transactions to binary logunknown2000-12-071-9/+9
|/
* Fixed bug in 'drop table'unknown2000-11-291-3/+2
* Merge work.mysql.com:/home/bk/mysqlunknown2000-11-271-6/+8
|\
| * New thr_alarm struct for better integration with OS2unknown2000-11-281-6/+8