summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* Bug#9102 - Stored proccedures: function which returns blob causes crashacurtis@xiphis.org2005-04-191-0/+71
* Bit type: code clean-up.ramil@mysql.com2005-04-121-3/+4
* Bit type: code cleanup.ramil@mysql.com2005-04-121-1/+3
* Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0ramil@mysql.com2005-04-121-9/+9
|\
| * Bit type support for non-MyISAM tables.ramil@mysql.com2005-04-121-9/+9
* | merge from 4.1gbichot@quadita2.mysql.com2005-04-111-0/+2
|\ \
| * | Fix for BUG#9149 "OPTIMIZE TABLE statement on InnoDB table is logged twice in...gbichot@quadita2.mysql.com2005-04-111-0/+2
* | | mergebar@mysql.com2005-04-111-0/+4
|\ \ \ | |/ / | | / | |/ |/|
| * InnoDB: Prevent ALTER TABLE ... ENGINE=...marko@hundin.mysql.fi2005-04-071-0/+4
* | Don't generate message in send_kill_message() if wrong data. (Caused core dum...monty@mysql.com2005-04-051-3/+5
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-04-041-26/+36
|\ \
| * | Invalid DEFAULT values for CREATE TABLE now generates errors. (Bug #5902)monty@mysql.com2005-04-011-26/+36
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@brandersnatch.localdomain2005-04-031-0/+12
|\ \ \
| * | | Fix for bugs #5859 "DROP TABLE does not drop triggers" and dlenev@brandersnatch.localdomain2005-03-271-0/+12
| |/ /
* | | Merge of patch for bug #3891 into 5.0 tree.dlenev@mysql.com2005-04-031-1/+2
|\ \ \ | |/ / |/| / | |/
| * mergedserg@serg.mylan2005-04-021-1/+2
| |\
| | * bug#3891 - DROP TABLE many-unexistent-tables, was printing an error with %s i...serg@serg.mylan2005-04-021-1/+2
* | | Hack to ensure that CHAR's created in 5.0 are not converted to VARCHAR even i...monty@mysql.com2005-03-221-7/+2
* | | Eliminate warnings noticed by VC7. This includes fixing my_mmap() onjimw@mysql.com2005-03-181-1/+1
* | | Merge bk-internal:/home/bk/mysql-5.0serg@serg.mylan2005-03-171-11/+10
|\ \ \
| * | | global read lock code now uses a dedicated mutexserg@serg.mylan2005-03-161-11/+10
* | | | Move handler dependent tests to the specific handler (myisam, bdb, innodb)monty@mysql.com2005-03-171-6/+6
* | | | Cleanup during reviewsmonty@mysql.com2005-03-161-140/+142
|/ / /
* | | Merge query_cache testsjimw@mysql.com2005-03-111-1/+3
|\ \ \ | |/ /
| * | Merge test and resultsjimw@mysql.com2005-03-111-1/+3
| |\ \
| | * | Flush entries from the query cache for tables used injimw@mysql.com2005-03-071-1/+3
| | |/
* | | Merge in fix Bug#3788acurtis@ltantony.rdg.cyberkinetica.homeunix.net2005-03-081-135/+179
|\ \ \
| * | | Bug#3788acurtis@pcgem.rdg.cyberkinetica.com2005-03-041-135/+179
* | | | Remove compiler warnings and remove not used variablesmonty@mysql.com2005-02-251-1/+1
* | | | Show all generated warnings in SHOW ERRORmonty@mysql.com2005-02-241-8/+20
|/ / /
* | | Generate warning in ha_delete_table() if files is missing in handlermonty@mysql.com2005-02-211-15/+11
* | | Review of new pushed code (XA & other)monty@mysql.com2005-02-211-20/+15
* | | Merge serg.mylan:/usr/home/serg/Abk/mysql-5.0serg@serg.mylan2005-02-181-21/+12
|\ \ \
| * \ \ manually mergedserg@serg.mylan2005-02-141-21/+12
| |\ \ \
| | * | | query_id and my_xid -> ulonglongserg@serg.mylan2005-01-271-21/+12
* | | | | BUG#8547: Wrong errormessage when dropping table that does not exist in NDBmsvensson@neptunus.homeip.net2005-02-171-0/+15
|/ / / /
* | | | Precision Math implementationhf@deer.(none)2005-02-091-0/+8
* | | | 4.1 -> 5.0 mergemonty@mysql.com2005-02-031-2/+7
|\ \ \ \ | | |/ / | |/| |
| * | | Fixed during review of new pulled codemonty@mysql.com2005-02-021-2/+7
* | | | Merge bob.(none):/home/reggie/bk/mysql41reggie@bob.(none)2005-01-311-4/+2
|\ \ \ \ | |/ / /
| * | | Bug #6607 Create table... LIKE... with Windows Symlinksreggie@bob.(none)2005-01-311-4/+2
* | | | Merge gw.mysql.r18.ru:/usr/home/ram/work/4.1.b7261ram@gw.mysql.r18.ru2005-01-251-1/+2
|\ \ \ \ | |/ / /
| * | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1ram@gw.mysql.r18.ru2005-01-251-1/+2
| |\ \ \
| | * | | A fix (bug #7261: Alter table loses temp table with lower_case_table_names=2).ram@gw.mysql.r18.ru2005-01-211-1/+2
* | | | | mergedserg@serg.mylan2005-01-241-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | fixes/cleanups according to Coverity reportserg@serg.mylan2005-01-241-2/+2
| |/ / /
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2005-01-101-11/+10
| |\ \ \
* | \ \ \ merge joreland@mysql.com2005-01-101-11/+10
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | bug#7761 - ndb does not autcommit - postreview fixesjoreland@mysql.com2005-01-101-7/+4
| * | | | bug#7761 - ndb does not autocommit during alter tablejoreland@mysql.com2005-01-101-11/+13