summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* Post-merge fixes, some quite complex. client/mysqlbinlog.cc and sql/log_event.ccunknown2004-04-281-1/+0
* Merge 4.1 -> 5.0.unknown2004-04-071-106/+283
|\
| * 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
| * | WL#1266 "Separate auto-set logic from TIMESTAMP type."unknown2004-04-021-13/+30
| |/
| * false/true -> FALSE/TRUEunknown2004-03-301-14/+10
| * Merge with 4.0 to get lastest bug fixesunknown2004-03-291-0/+6
| |\
| | * fixed bug #2342 unknown2004-03-271-0/+6
| * | fixed bug #2342 unknown2004-03-271-0/+6
| * | 1. New data types, from the user point of view:unknown2004-03-261-0/+12
| * | fixed debug informationunknown2004-03-231-1/+1
| * | Bug #2821 Table default character set affects LONGBLOB fieldsunknown2004-03-191-2/+4
| * | merge with 4.0unknown2004-03-161-0/+1
| |\ \ | | |/
| | * Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882)unknown2004-03-101-3/+4
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-03-161-6/+4
| |\ \
| | * | cleanupunknown2004-03-151-6/+4
| * | | Optimizationsunknown2004-03-151-4/+1
| |/ /
| * | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-03-141-1/+14
| |\ \
| | * | fixed bug #856 'Naming a key "Primary" causes trouble'unknown2004-03-141-1/+14
| * | | fixed bug #1427 "enum allows duplicate values in the list"unknown2004-03-131-0/+48
| |/ /
| * | Merge bk-internal:/home/bk/mysql-4.1/unknown2004-02-171-21/+42
| |\ \
| | * | if a key length exceeds the supported maximum and it is safe to auto-decrease...unknown2004-02-171-21/+42
| * | | Changed wellformedlen to well_formed_lenunknown2004-02-171-12/+9
| * | | Merge with public treeunknown2004-02-161-44/+78
| |\ \ \ | | |/ / | |/| |
| | * | After merge fixesunknown2004-02-161-2/+2
| | * | Merge with 4.0.18unknown2004-02-111-44/+78
| | |\ \ | | | |/
| | | * follow-up to bug #2628: attempt to makeunknown2004-02-091-2/+6
| | | * 3.23 -> 4.0 merge: after merge fixesunknown2004-02-061-0/+1
| | | * merge 3.23 -> 4.0, 2003/02/06unknown2004-02-061-7/+12
| | | |\
| | | | * Fix for bug #2628 "ALTER TABLE destroys table and reports success"unknown2004-02-061-6/+12
| | | * | dict0dict.c:unknown2004-02-021-2/+8
| | | * | Some small portability fixes.unknown2003-12-301-32/+53
| * | | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-02-141-0/+14
| |\ \ \ \
| | * \ \ \ merge fixesunknown2004-02-111-0/+14
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | sql_table.cc:unknown2004-02-021-0/+14
* | | | | | Merge mysql.com:/home/pem/work/mysql-4.1unknown2004-02-131-1/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Bug #2699 UTF8 breaks primary keys for cols > 85 charactersunknown2004-02-131-1/+6
| |/ / / /
* | | | | Merge 4.1 into 5.0.unknown2004-02-101-13/+28
|\ \ \ \ \ | |/ / / /
| * | | | better fix BUG#2361: ALTER TABLE ... DROP PRIMARY KEY drops a non-primary keyunknown2004-01-281-11/+2
| |/ / /
| * | | Conflicts resolvedunknown2004-01-231-1/+23
| |\ \ \
| | * | | SCRUMunknown2004-01-231-9/+4
| | * | | SCRUM:unknown2004-01-151-1/+28
| * | | | fix for the 2361 bug: ALTER TABLE ... DROP PRIMARY KEY drops a non-primary keyunknown2004-01-141-4/+4
| * | | | a fix (bug #2361: ALTER TABLE ... DROP PRIMARY KEY drops a non-primary key).unknown2004-01-131-3/+5
| |/ / /
* | | | Merging lex-pointer change from 4.1 to 5.0.unknown2003-12-191-1/+1
|\ \ \ \ | |/ / /
| * | | THD::lex now points to THD::main_lex like in 5.0unknown2003-12-191-3/+3