summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* mergedunknown2002-10-251-3/+11
|\
| * mergedunknown2002-10-251-3/+11
| |\
| | * Fixed problem with BDB tables and ALTER TABLEunknown2002-10-241-3/+11
| | * Change name -> alias in TABLE_LIST.unknown2002-09-211-4/+4
| | * Fixed bug in ALTER TABLE and RENAME TABLE when running with lower-case-table-...unknown2002-09-161-2/+2
* | | ENUM/SET fields now have charset toounknown2002-10-251-0/+4
* | | BINARY charset is now used instead of binary_flagunknown2002-10-251-7/+8
* | | Added THD as parameter to filesort. Removed not used 'special' argument.unknown2002-10-161-2/+2
* | | Merge with 4.0.4unknown2002-10-021-58/+166
|\ \ \ | |/ / |/| |
| * | Fixes and code cleanups after merge with 4.0.3unknown2002-10-021-20/+25
| * | Merge with 4.0.3unknown2002-08-301-52/+155
| |\ \
| | * | CREATE ... SELECT extension (WL 317)unknown2002-07-201-13/+32
| | * | Database default charset now works:unknown2002-06-241-1/+3
| | * | Default table character set has been added:unknown2002-06-191-0/+5
| | * | merge with 4.0 to get last fixes to last mergeunknown2002-06-041-14/+14
| | |\ \
| | * | | Changes for new binary .frm formatunknown2002-06-041-2/+4
| | * | | merge with 4.0unknown2002-06-031-6/+9
| | |\ \ \
| | * | | | Extension of .frm file (not yet ready for push)unknown2002-06-021-24/+44
| | * | | | Fixed problem in fulltest testcaseunknown2002-05-221-9/+11
| | * | | | Fix for bug mentioned by Peter and Sanjaunknown2002-05-201-3/+0
| | * | | | Now string values are created and filled with charset fieldunknown2002-05-171-1/+1
| | * | | | RB-Tree indexes support in HEAP tablesunknown2002-04-251-1/+0
| | * | | | Fix to use Monty's changes in frm formatunknown2002-04-181-4/+7
| | * | | | Some fixes after merging changes from 4.0unknown2002-04-161-1/+1
| | * | | | mergeunknown2002-04-131-18/+72
| | |\ \ \ \
| | | * | | | New ctype functions/macros to support many charsets at a timeunknown2002-03-121-13/+20
| | | * | | | Merge abarkov@work.mysql.com:/home/bk/mysql-4.1unknown2002-02-221-5/+52
| | | |\ \ \ \
| | | | * | | | Added GIS extensionunknown2002-02-221-5/+52
* | | | | | | | Changed table_list->name -> table_list->alias to find places where we where u...unknown2002-09-201-4/+4
* | | | | | | | Increased max possible max_allowed_packet to 1Gunknown2002-09-191-2/+2
* | | | | | | | Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tablesunknown2002-09-161-4/+4
* | | | | | | | max_key_length MyISAM bugfixunknown2002-09-101-1/+1
* | | | | | | | Fixed problem from last mergeunknown2002-09-031-3/+0
* | | | | | | | Merge mashka.mysql.fi:/home/my/mysql-3.23unknown2002-09-031-0/+3
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Check if AND/OR expression can be NULLunknown2002-09-031-3/+13
* | | | | | | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0unknown2002-09-031-7/+39
|\ \ \ \ \ \ \ \
| * | | | | | | | Some trivial optimzationsunknown2002-09-031-7/+39
* | | | | | | | | protected close_cached_table() call in REPAIR ... USE_FRM with a mutexunknown2002-09-011-0/+2
|/ / / / / / / /
* | | | | | | | mergedunknown2002-08-311-5/+8
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | / / / / / / | |/ / / / / / |/| | | | | |
| * | | | | | Little but nasty bug with BDB and alter tableunknown2002-08-281-5/+8
* | | | | | | merge with 3.23.52unknown2002-08-081-2/+14
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Added some missing mutex_locks() when manipulating the table cache.unknown2002-08-051-4/+17
* | | | | | | Lots of code fixes to the replication code (especially the binary logging and...unknown2002-08-081-6/+23
* | | | | | | Merge with 3.23.51unknown2002-07-251-1/+5
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | This is the only way to fix ALTER TABLE bug with BDBunknown2002-07-091-1/+5
* | | | | | | New SET syntax & system variables.unknown2002-07-231-9/+23
* | | | | | | Big code cleanup/review before 4.0.2 release.unknown2002-06-111-7/+14
| |_|_|_|_|/ |/| | | | |
* | | | | | Enable LOAD DATA LOCAL INFILE in mysql_testunknown2002-06-041-14/+14
| |_|_|_|/ |/| | | |
* | | | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.0unknown2002-05-161-0/+4
|\ \ \ \ \
| * | | | | invalidation moved before tables unlockingunknown2002-04-291-0/+4
| | |/ / / | |/| | |