summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
Commit message (Expand)AuthorAgeFilesLines
* Bug #21086: server crashes when VIEW defined with a SELECT with COLLATE claus...gkodinov/kgeorge@macbook.gmz2006-07-251-2/+7
* Fix for BUG#21007.timour/timka@lamia.home2006-07-211-13/+25
* Merge dl145k.mysql.com:/data0/mkindahl/bkroot/mysql-5.0mkindahl@dl145k.mysql.com2006-07-121-2/+3
|\
| * Merge dsl-hkigw8-feb1fb00-100.dhcp.inet.fi:/usr_rh9/home/elkin.rh9/MySQL/TEAM...aelkin/elkin@dsl-hkigw8-feb1fb00-100.dhcp.inet.fi2006-07-101-2/+3
| |\
| | * BUG#20919 temp tables closing fails when binlog is offaelkin/elkin@dsl-hkigw8-feb1fb00-100.dhcp.inet.fi2006-07-101-3/+5
* | | Merge mysql.com:/home/mydev/mysql-5.0--mainingo@mysql.com2006-06-261-7/+7
|\ \ \
| * | | Bug#16986 - Deadlock condition with MyISAM tablesingo@mysql.com2006-06-261-7/+7
| |/ /
* | | Merge mysql.com:/home/kgeorge/mysql/5.0/teamcleangkodinov@mysql.com2006-06-211-1/+1
|\ \ \ | |/ / |/| |
| * | Bug #20482: failure on Create join view with sources views/tables in different gkodinov@mysql.com2006-06-211-1/+1
* | | Manually mergedevgen@moonbone.local2006-06-171-11/+11
|\ \ \ | |/ /
| * | Bug #15355: Common natural join column not resolved in prepared statement nes...gkodinov@mysql.com2006-06-081-11/+11
* | | Post-merge fixesigor@rurik.mysql.com2006-05-311-1/+2
* | | Merge rurik.mysql.com:/home/igor/tmp_mergeigor@rurik.mysql.com2006-05-311-1/+1
|\ \ \ | |/ / |/| / | |/
| * Fixed bug #17873: confusing error message when IGNORE/USE/FORCE INDEXigor@rurik.mysql.com2006-05-301-1/+1
| * Fixed bug #17873: confusing error message when IGNORE/USE/FORCE INDEXigor@rurik.mysql.com2006-05-271-1/+1
* | Merge mysql.com:/home/kgeorge/mysql/5.0/cleangkodinov@mysql.com2006-05-261-0/+52
|\ \
| * | BUG#18681: View privileges are brokengkodinov@mysql.com2006-05-261-0/+52
* | | More DBUG statementsmonty@mysql.com2006-05-241-1/+17
|/ /
* | Merge aelkin@bk-internal.mysql.com:/home/bk/mysql-5.0aelkin@dl145j.mysql.com2006-05-151-82/+76
|\ \
| * | BUG#14157: utf8 encoding in binlog without set character_set_client: e.g DROP...aelkin@mysql.com2006-05-151-1/+4
| * | BUG#19188: incorrect temporary table name of DROP query in replicationaelkin@mysql.com2006-05-141-13/+13
| * | Merge mysql.com:/usr_rh9/home/elkin.rh9/4.1aelkin@mysql.com2006-05-141-79/+70
| |\ \ | | |/
| | * Merge mysql.com:/net/nb/home/elkin/MySQL/FIXES/4.1-bug19188_tmp_nameaelkin@mysql.com2006-05-121-78/+69
| | |\
| | | * BUG#19188: incorrect temporary table name of DROP query in replicationaelkin@mysql.com2006-05-121-78/+69
| | * | BUG#14157: utf8 encoding in binlog without set character_set_client e.g DROP ...aelkin@mysql.com2006-05-091-1/+1
| | |/
| | * Bug#17263: incorrect DROP query in temporary tables replicationaelkin@mysql.com2006-04-231-4/+3
| | * Bug#17263 temporary tables and replicationaelkin@mysql.com2006-04-231-40/+121
| | * BUG#16893: Crash in test 'fulltext_order_by'svoj@april.(none)2006-02-031-0/+2
| | * sql_base.cc:evgen@moonbone.local2006-01-251-1/+0
| | * Manually mergedevgen@moonbone.local2006-01-241-0/+1
| | |\
| | | * Fixed bug #16510: Updating field named like '*name' caused server crash.evgen@moonbone.local2006-01-231-0/+1
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimedlenev@mysql.com2006-05-091-1/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Fix for bugs#12472/#15137 'CREATE TABLE ... SELECT ... which explicitlydlenev@mysql.com2006-05-091-1/+4
* | | | Merge shellback.(none):/home/msvensson/mysql/mysql-5.0msvensson@shellback.(none)2006-04-271-1/+1
|\ \ \ \
| * | | | Bug#18964 "return 0 instead of DBUG_RETURN(0) in sql_base.cc::open_table()"tnurnberg@mysql.com2006-04-201-1/+1
| * | | | debugging a BK issuetnurnberg@mysql.com2006-04-201-1/+1
| * | | | Bug#18964 "return 0 instead of DBUG_RETURN(0) in sql_base.cc::open_table()"tnurnberg@mysql.com2006-04-191-1/+1
| |/ / /
* | | | Bug#17263 temporary tables and replicationaelkin@mysql.com2006-04-231-38/+122
|/ / /
* | | Merge mysql.com:/home/timka/mysql/src/5.0-virgintimour@mysql.com2006-03-061-37/+26
|\ \ \
| * | | Fix for BUG#15229.timour@mysql.com2006-03-021-37/+26
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2006-02-271-2/+11
|\ \ \ \
| * | | | Fixed compiler warnings from gcc 4.0.2:monty@mysql.com2006-02-251-2/+2
| * | | | Fixes to embedded server to be able to run tests with itmonty@mysql.com2006-02-241-0/+9
* | | | | Cleanup.konstantin@mysql.com2006-02-231-2/+1
|/ / / /
* | | | Fix for bug #16593 "Deadlock or crash in stress test for case wheredlenev@mysql.com2006-02-161-57/+27
* | | | Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1jani@ua141d10.elisa.omakaista.fi2006-01-121-4/+16
|\ \ \ \ | | |/ / | |/| |
| * | | Re-run fix-fields on condition if table was reopened in HANDLERREADmonty@mysql.com2006-01-101-4/+16
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2006-01-061-1/+0
|\ \ \ \
| * | | | Review fixes of new pushed codemonty@mysql.com2006-01-061-1/+0
* | | | | Post-merge fixes.konstantin@mysql.com2006-01-041-1/+2