summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | | "repair ... use_frm" crash fixedunknown2002-05-161-6/+5
|/ /
* | Update for BTREE keys in HEAP tablesunknown2002-04-121-10/+12
* | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.0unknown2002-03-231-2/+2
|\ \
| * | added building without query cacheunknown2002-03-221-2/+2
* | | REPAIR ... USE_FRMunknown2002-03-221-4/+57
|/ /
* | processing trunsactional tables in query cacheunknown2002-03-151-2/+2
* | merge with 3.23.48unknown2002-02-111-12/+21
|\ \ | |/
| * Updated changelog of 3.23.48 with InnoDB changes.unknown2002-02-111-2/+2
| * Update to autoconf 2.52unknown2002-02-071-12/+21
* | generalizing mysql_admin_table()unknown2002-01-181-15/+17
* | Fix for FLUSH QUERY CACHEunknown2002-01-051-5/+11
* | mergeunknown2002-01-021-38/+67
|\ \
| * | Added macros for nice TIMESPEC usage.unknown2002-01-021-38/+67
* | | Code that had to be changed so that CREATE ... SELECT ... always unknown2001-12-291-2/+5
|/ /
* | Limit created keys to MAX_KEY_LENGTH.unknown2001-12-231-2/+3
* | HANDLER works only with MyISAM tablesunknown2001-12-211-1/+1
* | Update copyrightunknown2001-12-061-1/+1
* | Update of query cache codeunknown2001-12-061-8/+19
* | Update of query cache code.unknown2001-12-051-1/+1
* | Query cache.unknown2001-12-021-5/+11
* | mergeunknown2001-11-261-1/+8
|\ \ | |/
| * A fix for ANALYZE TABLEunknown2001-11-261-0/+4
| * Fix race condition in ANALYZE TABLE.unknown2001-11-261-1/+4
* | Add timeout for shutdown to mysql-test-rununknown2001-11-071-0/+6
|\ \ | |/