summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* After merge fixesunknown2005-05-161-3/+4
* Merge with 4.1unknown2005-05-141-14/+17
|\
| * After merge fixesunknown2005-05-141-1/+1
| * Merge with 4.0unknown2005-05-141-7/+8
| |\
| | * Change create_field->offset to store offset from start of fields, independent...unknown2005-05-131-23/+14
| | * Bug#6236unknown2005-05-081-6/+17
* | | fix (Bug #8295 and #8296: varchar and varbinary conversion)unknown2005-05-121-2/+3
* | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-05-071-0/+7
|\ \ \
| * | | Fix for bug#9897: Views: 'Check Table' crashes MySQL, with a view and a table...unknown2005-05-071-0/+7
* | | | mergeunknown2005-05-061-62/+64
|\ \ \ \ | |/ / / |/| | |
| * | | Fixes while reviewing new codeunknown2005-05-061-62/+64
* | | | Clean up merge from 4.1unknown2005-05-021-0/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix 'CREATE TABLE ... LIKE ...' when lower_case_table_namesunknown2005-04-281-0/+2
* | | Bug#9102 - Stored proccedures: function which returns blob causes crashunknown2005-04-191-0/+71
* | | Bit type: code clean-up.unknown2005-04-121-3/+4
* | | Bit type: code cleanup.unknown2005-04-121-1/+3
* | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-04-121-9/+9
|\ \ \
| * | | Bit type support for non-MyISAM tables.unknown2005-04-121-9/+9
* | | | merge from 4.1unknown2005-04-111-0/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Fix for BUG#9149 "OPTIMIZE TABLE statement on InnoDB table is logged twice in...unknown2005-04-111-0/+2
* | | | mergeunknown2005-04-111-0/+4
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | InnoDB: Prevent ALTER TABLE ... ENGINE=...unknown2005-04-071-0/+4
* | | Don't generate message in send_kill_message() if wrong data. (Caused core dum...unknown2005-04-051-3/+5
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-04-041-26/+36
|\ \ \
| * | | Invalid DEFAULT values for CREATE TABLE now generates errors. (Bug #5902)unknown2005-04-011-26/+36
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-04-031-0/+12
|\ \ \ \
| * | | | Fix for bugs #5859 "DROP TABLE does not drop triggers" and unknown2005-03-271-0/+12
| |/ / /
* | | | Merge of patch for bug #3891 into 5.0 tree.unknown2005-04-031-1/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | mergedunknown2005-04-021-1/+2
| |\ \ | | |/
| | * bug#3891 - DROP TABLE many-unexistent-tables, was printing an error with %s i...unknown2005-04-021-1/+2
* | | Hack to ensure that CHAR's created in 5.0 are not converted to VARCHAR even i...unknown2005-03-221-7/+2
* | | Eliminate warnings noticed by VC7. This includes fixing my_mmap() onunknown2005-03-181-1/+1
* | | Merge bk-internal:/home/bk/mysql-5.0unknown2005-03-171-11/+10
|\ \ \
| * | | global read lock code now uses a dedicated mutexunknown2005-03-161-11/+10
* | | | Move handler dependent tests to the specific handler (myisam, bdb, innodb)unknown2005-03-171-6/+6
* | | | Cleanup during reviewsunknown2005-03-161-140/+142
|/ / /
* | | Merge query_cache testsunknown2005-03-111-1/+3
|\ \ \ | |/ /
| * | Merge test and resultsunknown2005-03-111-1/+3
| |\ \
| | * | Flush entries from the query cache for tables used inunknown2005-03-071-1/+3
| | |/
* | | Merge in fix Bug#3788unknown2005-03-081-135/+179
|\ \ \
| * | | Bug#3788unknown2005-03-041-135/+179
* | | | Remove compiler warnings and remove not used variablesunknown2005-02-251-1/+1
* | | | Show all generated warnings in SHOW ERRORunknown2005-02-241-8/+20
|/ / /
* | | Generate warning in ha_delete_table() if files is missing in handlerunknown2005-02-211-15/+11
* | | Review of new pushed code (XA & other)unknown2005-02-211-20/+15
* | | Merge serg.mylan:/usr/home/serg/Abk/mysql-5.0unknown2005-02-181-21/+12
|\ \ \
| * \ \ manually mergedunknown2005-02-141-21/+12
| |\ \ \
| | * | | query_id and my_xid -> ulonglongunknown2005-01-271-21/+12
* | | | | BUG#8547: Wrong errormessage when dropping table that does not exist in NDBunknown2005-02-171-0/+15
|/ / / /
* | | | Precision Math implementationunknown2005-02-091-0/+8