summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixes for bugs reported by Stefano Di Paola (stefano.dipaola@wisec.it)unknown2005-03-031-1/+5
* select.result:unknown2005-02-111-7/+6
* select.result, select.test:unknown2005-02-101-0/+1
* Code style fixes.unknown2004-08-281-4/+1
* table.cc:unknown2004-08-271-1/+20
* Fixed stack overrun with some INSERT ... SELECT ... GROUP BY queries (Bug #3265)unknown2004-04-281-0/+5
* Fixes to newly pushed codeunknown2004-03-121-1/+2
* Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-03-121-4/+24
|\
| * extra correction of check_db_name, check_table_name and check_column_nameunknown2004-03-121-18/+14
| * fixed Bug #2985 unknown2004-03-051-2/+26
* | Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882)unknown2004-03-101-1/+2
|/
* Mark that strings may change on index only reads (for BDB tables).unknown2004-01-291-1/+2
* Fix autoincrement for signed columns (Bug #1366)unknown2003-12-121-6/+15
* code cleanup after some reasoningunknown2003-12-091-3/+2
* Add new user variables for tuning memory usage:unknown2003-10-111-1/+1
* Fixed bug in ALTER TABLE ... DISABLE/ENABLE KEYSunknown2003-07-081-0/+3
* Change dbug.h -> my_dbug.h (Portability fix)unknown2003-03-171-1/+1
* merge with 3.23 to get:unknown2003-03-151-1/+6
|\
| * Check for empty table/column namesunknown2003-03-141-1/+6
* | Allow 4.0 to read new 4.1 .frm filesunknown2003-02-071-11/+20
* | merge with 3.23.56 to get patches for --lower-case-table-names andunknown2003-01-291-2/+22
|\ \ | |/
| * Fixed handling of lower_case_table_names in SHOW TABLE STATUS, mysql_list_fie...unknown2003-01-291-2/+22
* | A lot of portability fixes.mysql-4.0.8unknown2003-01-051-1/+1
* | Try to optimize the cache buffer size needed for bulk_insertunknown2002-11-201-1/+2
* | Put temporary files in binlog cache when using BEGIN/COMMITunknown2002-11-071-25/+51
* | Merge with 3.23.54unknown2002-10-161-0/+7
|\ \ | |/
| * Fixed a bug in key optimizing handling where the expressionunknown2002-10-141-0/+7
| * Fixed problem with auto_increment key as not first key partunknown2002-07-231-11/+14
* | Lots of code fixes to the replication code (especially the binary logging and...unknown2002-08-081-1/+1
* | New SET syntax & system variables.unknown2002-07-231-11/+15
* | Update for running gcc 3.x (mainly on HPUX)unknown2002-06-301-1/+2
* | Made keyread (key scanning) a key specific attribute.unknown2002-06-191-4/+14
* | Big code cleanup/review before 4.0.2 release.unknown2002-06-111-1/+1
* | Update for BTREE keys in HEAP tablesunknown2002-04-121-7/+19
* | mergeunknown2002-03-121-2/+2
|\ \ | |/
| * Added help for --local-infileunknown2002-03-121-2/+2
* | mergeunknown2002-03-061-0/+1
|\ \ | |/
| * Fixed bug in DATE_FORMAT when used with GROUP BYunknown2002-03-061-1/+1
| * Corrected fix for not freed memory when using corrupted tablesunknown2002-03-051-0/+2
| * memory leak with broken tables fixedunknown2002-02-201-1/+0
* | mergeunknown2001-12-131-4/+2
|\ \ | |/
| * Fixed problem with default & InnoDB tables.unknown2001-12-131-4/+2
* | Update copyrightunknown2001-12-061-4/+4
* | Update of query cache code.unknown2001-12-051-1/+2
* | Portability fixunknown2001-11-071-1/+1
* | portability fixesunknown2001-10-111-1/+1
* | Fixed that SHOW CREATE TABLE shows all attributesunknown2001-09-301-0/+2
* | Integrated table->ref_primary_key into table->part_of_keyunknown2001-09-211-3/+5
|/
* bug with mysql_change_db() fixedunknown2001-03-211-1/+1
* Merged some functions and removed some unused client functions.unknown2001-03-061-7/+12