summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* Added missing my_time.c file to mysqlclient projectunknown2004-06-281-0/+1
* Merge with 4.0 to get the latest bug patches to 4.1unknown2004-06-251-5/+8
|\
| * Merge mysql.com:/home/mydev/mysql-4.0unknown2004-06-251-3/+3
| |\
| | * bug#3565 - HANDLER and FLUSH TABLE/TABLES deadlock.unknown2004-06-241-3/+3
| * | lower_case_table_names=2 (Keep case for table names) was not honoredunknown2004-06-231-1/+4
| |/
* | mergedunknown2004-06-231-7/+17
|\ \
| * | handler interface cleanups:unknown2004-06-231-7/+17
* | | Allocate memory when a character set is requested:unknown2004-06-111-1/+1
* | | EXISTS(SELECT * ...)unknown2004-06-101-0/+1
* | | WL#1689 "Map OPTIMIZE TABLE to ALTER TABLE for InnoDB"unknown2004-06-101-3/+63
* | | Making DROP TABLE IF EXISTS, DROP DATABASE IF EXISTS, DELETE FROM, UPDATE be ...unknown2004-06-091-11/+13
|/ /
* | Merge msvensson@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-251-24/+29
|\ \
| * | Fix for sporadically failures of innodb.test on Darwin 7.3 unknown2004-05-251-0/+6
| * | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1unknown2004-05-241-19/+18
| |\ \
| | * | Introduced parameter object "ALTER_INFO" for mysql_alter_tableunknown2004-05-211-19/+18
| * | | Fix for bug which caused grant.test fail on darwin7.3. We were converting db ...unknown2004-05-221-5/+5
| |/ /
* | | Mergeunknown2004-05-171-3/+9
|\ \ \ | |/ /
| * | mergedunknown2004-05-151-5/+6
| |\ \
| | * | Better fix for bug #3749 (bug in deleting automatic generated foreign keys)unknown2004-05-151-15/+9
| * | | better fix for bug#3749 - do not consider already removed keys in key removal...unknown2004-05-141-13/+6
| |/ /
| * | sql_table.cc:unknown2004-05-141-4/+16
* | | Merge msvensson@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-131-11/+28
|\ \ \ | |/ /
| * | Don't automaticly generate a new key for a foreign key constraint if there is...unknown2004-05-121-11/+28
* | | Merge msvensson@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-101-1/+5
|\ \ \ | |/ / |/| |
| * | Merge msvensson@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-071-1/+5
| |\ \
| | * | BUG# 3658 ALTER TABLE corrupts tableunknown2004-05-051-1/+5
* | | | Merge marko@build.mysql.com:/home/bk/mysql-4.1unknown2004-05-071-3/+3
|\ \ \ \ | |/ / /
| * | | Merge mysql.com:/home/mydev/mysql-4.1unknown2004-05-071-3/+3
| |\ \ \
| | * | | WL#1687 - Optimize UNION DISTINCT ... UNION ALL (again).unknown2004-05-061-3/+3
| | |/ /
* | | | Merge marko@build.mysql.com:/home/bk/mysql-4.1unknown2004-05-071-0/+3
|\ \ \ \ | |/ / /
| * | | Portablity fix for system with case insenstive table names. (Without this ALT...unknown2004-05-071-0/+3
| |/ /
* | | Merge marko@build.mysql.com:/home/bk/mysql-4.1unknown2004-05-051-4/+29
|\ \ \ | |/ / |/| |
| * | Introduce keys in child tables corresponding to FOREIGN KEYsunknown2004-04-211-4/+29
* | | Fix to handle unsigned data in prepared statements (Bug #3447)unknown2004-05-041-1/+1
|/ /
* | Added NDB storage engineunknown2004-04-151-0/+29
* | Don't enable HA_EXTRA_WRITE_CACHE if too few rowsunknown2004-04-081-996/+899
* | mergedunknown2004-04-071-28/+30
|\ \
| * \ mergedunknown2004-04-071-21/+23
| |\ \
| | * | post-review fixesunknown2004-04-071-7/+11
| | * | ::reset(), HA_FAST_KEY_READ, disable_indexes(), enable_indexes(), start_bulk_...unknown2004-04-061-15/+13
* | | | Fix for Hand-Mergeunknown2004-04-071-2/+1
* | | | Hand-resolved auto mergeunknown2004-04-071-538/+907
|\ \ \ \ | |/ / / |/| | |
| * | | Worklog#1563 - Support of on-line CREATE/DROP INDEX.unknown2004-04-071-551/+591
| * | | Worklog#1563 - Support of on-line CREATE/DROP INDEX.unknown2004-03-301-68/+391
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-061-5/+0
|\ \ \ \ | | |/ / | |/| |
| * | | fixed the tests mysql-test/t/synchronization.test unknown2004-04-061-5/+0
* | | | Fixed warnings from valgrind (not a bug)unknown2004-04-061-4/+4
|/ / /
* | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1unknown2004-04-031-11/+31
|\ \ \
| * | | made some optimization of last patch for unknown2004-04-031-12/+10
| * | | added synchronization in mysql_create_like_tableunknown2004-04-011-8/+30