summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* WorkLog#1280 - Remove fixed table handler from lex/yaccantony@ltantony.rdg.cyberkinetica.homeunix.net2003-12-021-2/+2
* Update VC++ filesmonty@mysql.com2003-11-211-2/+1
* Merge key cache structures to onemonty@mysql.com2003-11-201-6/+4
* Delete duplicate error message namesmonty@mashka.mysql.fi2003-11-181-2/+2
* mergemonty@mashka.mysql.fi2003-11-181-74/+51
|\
| * CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTSmonty@mashka.mysql.fi2003-11-181-74/+51
* | word substitution in error messages removed - can create problems for i18nserg@serg.mylan2003-11-181-3/+3
|/
* Mergemonty@narttu.mysql.fi2003-11-031-3/+3
|\
| * Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_...monty@narttu.mysql.fi2003-11-031-3/+3
* | Merge bk-internal:/home/bk/mysql-4.1/serg@serg.mylan2003-10-311-0/+106
|\ \
| * \ Mergeigor@rurik.mysql.com2003-10-301-0/+106
| |\ \ | | |/ | |/|
| | * Manual merge after improving concurrency for key cache reassignmentigor@rurik.mysql.com2003-10-011-0/+106
| | |\
| | | * Many files:igor@rurik.mysql.com2003-10-011-2/+18
| | | * Manual mergeigor@rurik.mysql.com2003-08-261-0/+90
| | | |\
| | | | * Merge rurik.mysql.com:/home/igor/mysql-4.1igor@rurik.mysql.com2003-08-091-4/+13
| | | | |\
| | | | * | Many files:igor@rurik.mysql.com2003-08-021-1/+70
| | | | * | Conflict resolutionigor@rurik.mysql.com2003-07-161-2/+2
| | | | |\ \
| | | | * | | mi_keycache.c:igor@rurik.mysql.com2003-07-161-0/+21
* | | | | | | mergedserg@serg.mylan2003-10-211-56/+81
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | FULLTEXT: correct charset support (UTF included, UCS2 - not)serg@serg.mylan2003-10-201-0/+1
| * | | | | | stricter checks on FULLTEXT index creatingserg@serg.mylan2003-10-151-56/+80
* | | | | | | added checking for empty index name (fixed bug #1419)vva@eagle.mysql.r18.ru2003-10-161-0/+5
* | | | | | | merge with 4.0monty@mashka.mysql.fi2003-10-161-1/+8
|\ \ \ \ \ \ \
| * | | | | | | Better fix for CREATE TABLE IF NOT EXISTS ... SELECTmonty@mashka.mysql.fi2003-10-151-0/+7
* | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mashka.mysql.fi2003-10-151-6/+7
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Portability fixes for windowsmonty@mashka.mysql.fi2003-10-151-4/+5
| * | | | | | | Add warnings for single line inserts. To do this I had to convert count_cuted...monty@mashka.mysql.fi2003-10-111-2/+2
* | | | | | | | sql_yacc.yy:heikki@hundin.mysql.fi2003-10-141-2/+2
* | | | | | | | Many files:heikki@hundin.mysql.fi2003-10-131-5/+72
|/ / / / / / /
* | | | | | | Many files:heikki@hundin.mysql.fi2003-10-071-0/+8
| |/ / / / / |/| | | | |
* | | | | | mergemonty@mishka.mysql.fi2003-09-241-1/+0
|\ \ \ \ \ \
| * | | | | | Remove 'extern' references from .cc filesmonty@mashka.mysql.fi2003-09-131-1/+0
* | | | | | | In CREATE syntax: KEY a (field_name(10))bar@bar.mysql.r18.ru2003-09-151-2/+6
|/ / / / / /
* | | | | | merge with 4.1 treemonty@mashka.mysql.fi2003-09-111-23/+24
|\ \ \ \ \ \
| * | | | | | After merge fixes.monty@mashka.mysql.fi2003-09-111-24/+22
| * | | | | | mergemonty@narttu.mysql.fi2003-09-031-0/+3
| |\ \ \ \ \ \
| | * \ \ \ \ \ merge with 4.0.15monty@narttu.mysql.fi2003-08-291-0/+3
| | |\ \ \ \ \ \ | | | |/ / / / / | | | | / / / / | | | |/ / / / | | |/| | | |
| | | * | | | Revert change of lower-case-table handling as this breaks how alias works.monty@narttu.mysql.fi2003-08-291-2/+0
| | | * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@narttu.mysql.fi2003-08-231-0/+3
| | | |\ \ \ \
| | | | * | | | show symlinked directories in SHOW CREATE TABLEmonty@narttu.mysql.fi2003-08-231-0/+3
| | | * | | | | After merge fixesSinisa@sinisa.nasamreza.org2003-08-221-1/+2
| | | |\ \ \ \ \ | | | | |/ / / /
| | | * | | | | Fuller implementation of lower case table names.Sinisa@sinisa.nasamreza.org2003-07-231-0/+2
* | | | | | | | mysql_create_table now accepts field lengths in CREATE form, not in internal ...bar@bar.mysql.r18.ru2003-09-101-13/+4
|/ / / / / / /
* | | | | | | mergedserg@serg.mylan2003-09-031-9/+109
|\ \ \ \ \ \ \
| * | | | | | | CHECKSUM TABLE table1, table2, ... [ QUICK | EXTENDED ]serg@serg.mylan2003-09-031-15/+51
| * | | | | | | fixed a crash on COMPRESS() and other zlib-dependent functions when compiled ...serg@serg.mylan2003-08-211-1/+65
* | | | | | | | Fix for bug #799 FLUSH TABLES WITH READ LOCK does not block CREATE TABLEgluh@gluh.mysql.r18.ru2003-08-281-21/+7
* | | | | | | | Fix for bug #799 FLUSH TABLES WITH READ LOCK does not block CREATE TABLEgluh@gluh.mysql.r18.ru2003-08-271-0/+17
| |/ / / / / / |/| | | | | |
* | | | | | | mergebell@laptop.sanja.is.com.ua2003-08-191-7/+11
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ mergemonty@mashka.mysql.fi2003-08-191-17/+30
| |\ \ \ \ \ \ \ | | |/ / / / / /