summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal.mysql.com:/home/bk/mysql-5.1-marvelunknown2007-08-161-1/+1
|\
| * Bug#30322 Server crashes on selecting from i_s.columns when cluster is runnin...unknown2007-08-091-1/+1
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-08-141-17/+21
|\ \
| * | Fixed a lot of compiler warnings and errors detected by Forte C++ on Solarisunknown2007-08-131-17/+21
* | | Apply patch for Bug#27806 table comments not passed in to storage engine unknown2007-08-081-0/+1
| |/ |/|
* | after-merge fixunknown2007-08-031-1/+2
* | Merge bk-internal:/home/bk/mysql-5.1-marvelunknown2007-08-031-0/+2
|\ \ | |/
| * Simplify logging code a bit (to make code smaller and faster)unknown2007-08-031-0/+2
* | WL#3732 Information schema optimizationunknown2007-08-031-3/+19
* | Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.1-optunknown2007-08-011-2/+1
|\ \ | |/ |/|
| * Merge gleb.loc:/home/uchum/work/bk/5.0-optunknown2007-07-271-2/+1
| |\
| | * BUG#28591: make the fix work for BDB tables too:unknown2007-07-261-2/+1
| | * Merge gleb.loc:/home/uchum/work/bk/5.0unknown2007-07-261-0/+5
| | |\
* | | \ Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-07-311-149/+60
|\ \ \ \ | |/ / / |/| | |
| * | | Merge kpettersson@bk-internal.mysql.com:/home/bk/mysql-5.1-runtimeunknown2007-07-291-129/+0
| |\ \ \
| | * \ \ Merge adventure.(none):/home/thek/Development/cpp/bug29929/my50-bug29929unknown2007-07-271-129/+0
| | |\ \ \
| | | * | | Bug #29929 LOCK TABLES does not pre-lock tables used in triggers of the locke...unknown2007-07-271-129/+0
| | | |/ /
| * | | | manual mergeunknown2007-07-271-1/+1
| * | | | WL#3984 (Revise locking of mysql.general_log and mysql.slow_log)unknown2007-07-271-20/+60
* | | | | Merge gleb.loc:/home/uchum/work/bk/5.1unknown2007-07-261-2/+7
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | table.cc, sql_select.cc:unknown2007-07-261-1/+1
| * | | | Merge gleb.loc:/home/uchum/work/bk/5.0-optunknown2007-07-261-0/+5
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | table.cc, sql_select.cc:unknown2007-07-231-1/+2
| | * | | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-07-221-0/+4
| | |\ \ \
| | | * | | Bug #28591: MySQL need not sort the records in case of unknown2007-07-201-0/+4
| * | | | | coding style fix : Index_hintunknown2007-07-231-2/+2
| | |_|/ / | |/| | |
* | | | | Merge trift-lap.none:/MySQL/M50/bug14151-5.0unknown2007-07-191-1/+1
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Avoid the name conflict between the system-provided "md5.h" and the MySQL oneunknown2007-07-191-1/+1
| |/ /
* | | Post-merge fixes (merge from the main).unknown2007-07-171-3/+3
* | | Merge bodhi.(none):/opt/local/work/mysql-5.0-runtimeunknown2007-07-161-46/+175
|\ \ \ | |/ /
| * | A fix and a test case for Bug#26141 mixing table types in trigger unknown2007-07-121-0/+129
| * | Remove typedef st_table_list TABLE_LIST and always use name 'TABLE_LIST'.unknown2007-07-061-46/+46
| |/
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-07-021-2/+122
|\ \
| * | Patch for the following bugs:unknown2007-06-281-2/+122
* | | Merge olga.mysql.com:/home/igor/mysql-5.0-optunknown2007-06-301-1/+13
|\ \ \ | |/ / |/| / | |/
| * Bug #26642: create index corrupts table definition in .frmunknown2007-06-271-1/+13
* | Merge bk@192.168.21.1:mysql-5.1-optunknown2007-06-251-2/+11
|\ \
| * | Bug #27084 partitioning by list seems failing when using caseunknown2007-03-271-2/+11
* | | Merge chilla.local:/home/mydev/mysql-5.1-amainunknown2007-06-151-1/+2
|\ \ \
| * \ \ Merge bk@192.168.21.1:mysql-5.1-optunknown2007-06-061-1/+2
| |\ \ \
| | * | | Bug #28477 innodb assertion and crash during alter table to add/drop partition.unknown2007-06-011-1/+2
* | | | | Bug#26402 Server crashes with old-style named tableunknown2007-06-141-2/+17
|/ / / /
* | | | Merge bk-internal.mysql.com:/data0/bk/mysql-5.1unknown2007-06-011-17/+62
|\ \ \ \
| * \ \ \ Merge gleb.loc:/home/uchum/work/bk/mysql-5.0-optunknown2007-06-011-17/+62
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | Fixed bug #27827.unknown2007-06-011-17/+62
* | | | Merged from main 5.1unknown2007-05-241-1/+1
* | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-05-241-60/+89
|\ \ \ \ | |/ / / |/| | |
| * | | WL#3817: Simplify string / memory area types and make things more consistent ...unknown2007-05-101-62/+93
* | | | Merge xiphis.org:/home/antony/work2/mysql-5.1-enginesunknown2007-05-041-15/+50
|\ \ \ \ | |/ / / |/| | |
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-enginesunknown2007-04-271-15/+50
| |\ \ \