summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge with 4.0.19unknown2004-05-051-0/+5
|\
| * Fixed stack overrun with some INSERT ... SELECT ... GROUP BY queries (Bug #3265)unknown2004-04-281-0/+5
* | Added NDB storage engineunknown2004-04-151-1/+2
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-081-1/+0
|\ \
| * | Cleanup/optimizations of structures and key usage to make it easier to move k...unknown2004-04-081-1/+0
* | | mergedunknown2004-04-071-2/+2
|\ \ \ | |/ / |/| |
| * | ::reset(), HA_FAST_KEY_READ, disable_indexes(), enable_indexes(), start_bulk_...unknown2004-04-061-2/+2
* | | Fixed charsetnr sent to the clientunknown2004-04-061-1/+0
|/ /
* | don't modify constant stringsunknown2004-04-061-1/+1
* | "Fix" for BUG #2050 "10 to 1 performance drop with server 4.1.1".unknown2004-03-281-4/+4
* | merge with 4.0unknown2004-03-161-5/+28
|\ \ | |/
| * 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
| |/
* | Code cleanupunknown2004-02-241-1/+1
* | Merge with 4.0.18unknown2004-02-111-1/+2
|\ \ | |/
| * Mark that strings may change on index only reads (for BDB tables).unknown2004-01-291-1/+2
* | Conflicts resolvedunknown2004-01-231-0/+5
|\ \
| * | SCRUM:unknown2004-01-151-0/+5
* | | fix for the 2361 bug: ALTER TABLE ... DROP PRIMARY KEY drops a non-primary keyunknown2004-01-141-2/+2
|/ /
* | mergeunknown2003-12-191-9/+21
|\ \
| * | Fixes after merge with 4.0unknown2003-12-191-1/+2
| * | Merge with 4.0.17unknown2003-12-171-9/+20
| |\ \ | | |/
| | * Fix autoincrement for signed columns (Bug #1366)unknown2003-12-121-6/+15
| | * code cleanup after some reasoningunknown2003-12-091-3/+2
* | | proper fix for the bug #2077: accented characters in enum/defaul values are r...unknown2003-12-161-2/+14
|/ /
* | CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTSunknown2003-11-181-2/+4
* | Bitmap post-review fixesunknown2003-10-301-3/+3
* | fixes to Bitmap classunknown2003-10-241-3/+3
* | mergedunknown2003-10-211-12/+29
|\ \
| * | >255 keys support in frmunknown2003-10-211-3/+14
| * | mergedunknown2003-10-151-9/+15
| |\ \
| | * | key_map with more that 64 bits widthunknown2003-10-111-7/+12
| | * | set table->charset to default for 3.22 .frm files (bug #1161)unknown2003-09-281-2/+3
* | | | merge with 4.0 for more memory allocation variables.unknown2003-10-131-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Add new user variables for tuning memory usage:unknown2003-10-111-1/+1
* | | mergeunknown2003-09-241-1/+0
|\ \ \ | |_|/ |/| |
| * | Remove 'extern' references from .cc filesunknown2003-09-131-1/+0
* | | SCRUMunknown2003-09-191-1/+1
|/ /
* | Cleanupsunknown2003-08-261-5/+2
* | After merge fixes + bugs from last mergeunknown2003-08-191-14/+17
* | Merge with 4.0.14unknown2003-08-111-0/+3
|\ \ | |/
| * Fixed bug in ALTER TABLE ... DISABLE/ENABLE KEYSunknown2003-07-081-0/+3
* | bugs #701 and #783 - old .frm files were read in incorrectly in 4.1 (each fie...unknown2003-07-281-6/+4
* | Remove FORCE_INIT_OF_VARS when compiling for valgrind/purify to spot wrong LI...unknown2003-06-301-1/+3
* | new version of helpunknown2003-05-291-0/+27
* | INSERT ... UPDATE ... VALUES()unknown2003-05-031-2/+4
* | Some optimization in CHARSET_INFO:unknown2003-04-011-2/+1