Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert change of lower-case-table handling as this breaks how alias works. | monty@narttu.mysql.fi | 2003-08-29 | 1 | -2/+0 |
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | monty@narttu.mysql.fi | 2003-08-23 | 1 | -0/+3 |
|\ | |||||
| * | show symlinked directories in SHOW CREATE TABLE | monty@narttu.mysql.fi | 2003-08-23 | 1 | -0/+3 |
* | | After merge fixes | Sinisa@sinisa.nasamreza.org | 2003-08-22 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | PRIMARY KEY can erroneously have HA_NULL_PART_KEY flag that breaks correct ke... | serg@serg.mylan | 2003-08-07 | 1 | -1/+2 |
| * | Safety and speedup fixes: | monty@mashka.mysql.fi | 2003-07-14 | 1 | -5/+5 |
| * | Fix for BUG#791: | guilhem@mysql.com | 2003-07-11 | 1 | -5/+5 |
* | | Fuller implementation of lower case table names. | Sinisa@sinisa.nasamreza.org | 2003-07-23 | 1 | -0/+2 |
|/ | |||||
* | Fixed bug in ALTER TABLE ... DISABLE/ENABLE KEYS | monty@mashka.mysql.fi | 2003-07-08 | 1 | -6/+8 |
* | REPAIR/OPTIMIZE/CHECK/RESTORE/etc commands close relevant open HANDLERs | serg@serg.mylan | 2003-06-30 | 1 | -0/+1 |
* | Fixed bug in ALTER TABLE DISABLE KEYS and INSERT DELAYED. Bug #478 | monty@narttu.mysql.fi | 2003-06-01 | 1 | -52/+81 |
* | Fix for MacOSX and symlinks | monty@narttu.mysql.fi | 2003-05-14 | 1 | -64/+78 |
* | Fix of bug 390: primary key now implies (silently) NOT NULL for key fields. | pem@mysql.com | 2003-05-13 | 1 | -2/+3 |
* | avoid sigsegv when open_ltable() fails in REPAIR ... USE_FRM | serg@serg.mylan | 2003-05-02 | 1 | -0/+5 |
* | merge fix | Sinisa@sinisa.nasamreza.org | 2003-04-29 | 1 | -5/+25 |
|\ | |||||
| * | Fixed problem when comparing a key for a multi-byte-character set. (bug 152) | monty@mashka.mysql.fi | 2003-04-27 | 1 | -5/+25 |
* | | merge fix | Sinisa@sinisa.nasamreza.org | 2003-04-26 | 1 | -9/+12 |
|\ \ | |/ | |||||
| * | bug 283: FULLTEXT index on a TEXT filed converted to a CHAR field doesn't wor... | serg@sergbook.mysql.com | 2003-04-23 | 1 | -9/+12 |
* | | One test case, one bug fix and one new feature | Sinisa@sinisa.nasamreza.org | 2003-04-03 | 1 | -7/+17 |
|/ | |||||
* | merge with 3.23 to get: | monty@mashka.mysql.fi | 2003-03-15 | 1 | -6/+5 |
|\ | |||||
| * | Check for empty table/column names | monty@mashka.mysql.fi | 2003-03-14 | 1 | -7/+5 |
* | | merge | monty@narttu.mysql.fi | 2003-03-10 | 1 | -2/+3 |
|\ \ | |||||
| * \ | Merge with 3.23 to get fix for deadlock when doing LOCK TABLES in one thread ... | monty@narttu.mysql.fi | 2003-03-04 | 1 | -4/+7 |
| |\ \ | | |/ | |||||
* | | | Merge to get fix for LOCK TABLES + DROP TABLE in another thread | monty@mashka.mysql.fi | 2003-03-07 | 1 | -6/+7 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Fixed a deadlock problem when using LOCK TABLE in one thread and DROP TABLE i... | monty@narttu.mysql.fi | 2003-03-03 | 1 | -4/+7 |
* | | ALTER TABLE closes all open HANDLER's for the table in question | serg@serg.mysql.com | 2003-02-22 | 1 | -0/+1 |
* | | Fixed multi-table-delete for InnoDB tables | monty@mashka.mysql.fi | 2003-02-17 | 1 | -1/+1 |
* | | Fixed compilation error on windows | monty@mashka.mysql.fi | 2003-01-29 | 1 | -5/+43 |
* | | Merge work:/home/bk/mysql-4.0 | serg@serg.mysql.com | 2003-01-28 | 1 | -1/+2 |
|\ \ | |||||
| * | | fixed "DROP table_open_in_handler" hang | serg@serg.mysql.com | 2003-01-28 | 1 | -1/+2 |
* | | | Fixes for Netware | monty@mashka.mysql.fi | 2003-01-28 | 1 | -1/+1 |
|/ / | |||||
* | | fixed table invalidation in simple renaming | bell@sanja.is.com.ua | 2003-01-24 | 1 | -0/+2 |
* | | Merge with 3.23 | monty@mashka.mysql.fi | 2003-01-16 | 1 | -6/+3 |
|\ \ | |/ | |||||
| * | Updated comment | monty@mashka.mysql.fi | 2002-12-26 | 1 | -6/+3 |
* | | Merge with 3.23 | monty@mashka.mysql.fi | 2002-12-05 | 1 | -2/+7 |
|\ \ | |/ | |||||
| * | some code cleanup | Sinisa@sinisa.nasamreza.org | 2002-12-04 | 1 | -1/+0 |
| * | A fix for double free'd pointer bug ... | Sinisa@sinisa.nasamreza.org | 2002-12-04 | 1 | -1/+7 |
* | | row0mysql.c, row0mysql.h, ha_innodb.cc, sql_table.cc, handler.h: | heikki@hundin.mysql.fi | 2002-11-19 | 1 | -1/+0 |
* | | corrected error message for OPTIMIZE/ANALYZE/etc, | serg@serg.mysql.com | 2002-11-08 | 1 | -2/+7 |
* | | Put temporary files in binlog cache when using BEGIN/COMMIT | monty@hundin.mysql.fi | 2002-11-07 | 1 | -20/+35 |
* | | merged | serg@serg.mysql.com | 2002-10-25 | 1 | -3/+11 |
|\ \ | |/ | |||||
| * | Fixed problem with BDB tables and ALTER TABLE | monty@hundin.mysql.fi | 2002-10-24 | 1 | -3/+11 |
| * | Change name -> alias in TABLE_LIST. | monty@mashka.mysql.fi | 2002-09-21 | 1 | -4/+4 |
| * | Fixed bug in ALTER TABLE and RENAME TABLE when running with lower-case-table-... | monty@mashka.mysql.fi | 2002-09-16 | 1 | -2/+2 |
* | | Changed table_list->name -> table_list->alias to find places where we where u... | monty@mashka.mysql.fi | 2002-09-20 | 1 | -4/+4 |
* | | Increased max possible max_allowed_packet to 1G | monty@mashka.mysql.fi | 2002-09-19 | 1 | -2/+2 |
* | | Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables | monty@mashka.mysql.fi | 2002-09-16 | 1 | -4/+4 |
* | | max_key_length MyISAM bugfix | serg@sergbook.mysql.com | 2002-09-10 | 1 | -1/+1 |
* | | Fixed problem from last merge | monty@mashka.mysql.fi | 2002-09-03 | 1 | -3/+0 |
* | | Merge mashka.mysql.fi:/home/my/mysql-3.23 | monty@mashka.mysql.fi | 2002-09-03 | 1 | -0/+3 |
|\ \ | |/ |