summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...unknown2006-06-121-1/+1
|\
| * Merge c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...unknown2006-05-271-1/+1
| |\
| | * BUG#19122: MySQL Server crashes when ALTER TABLE t1 REBUILD PARTITION on Inno...unknown2006-05-261-1/+1
* | | Merge rurik.mysql.com:/home/igor/tmp_mergeunknown2006-06-091-1/+2
|\ \ \
| * | | Post-merge fixesunknown2006-05-311-1/+2
| * | | Merge rurik.mysql.com:/home/igor/tmp_mergeunknown2006-05-311-1/+1
| |\ \ \
| | * | | Fixed bug #17873: confusing error message when IGNORE/USE/FORCE INDEXunknown2006-05-301-1/+1
| | * | | Fixed bug #17873: confusing error message when IGNORE/USE/FORCE INDEXunknown2006-05-271-1/+1
* | | | | Added --pipe option for faster compileunknown2006-06-061-2/+2
* | | | | Re-apply missing changesets in 5.1unknown2006-06-061-1/+1
* | | | | After merge fixesunknown2006-06-051-7/+7
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-06-041-76/+96
|\ \ \ \ \
| * | | | | This changeset is largely a handler cleanup changeset (WL#3281), but includes...unknown2006-06-041-76/+96
| | |_|_|/ | |/| | |
* | | | | Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0unknown2006-05-301-2/+71
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | Merge mysql.com:/home/kgeorge/mysql/5.0/cleanunknown2006-05-261-0/+52
| |\ \ \
| | * | | BUG#18681: View privileges are brokenunknown2006-05-261-0/+52
| * | | | More DBUG statementsunknown2006-05-241-1/+17
| |/ / /
* | | | After merge fixesunknown2006-05-181-3/+8
* | | | Merge mysql.com:/users/lthalmann/bkroot/tmp_5.0_mergeunknown2006-05-181-7/+1
|\ \ \ \ | |/ / /
| * | | Merge aelkin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-05-151-82/+76
| |\ \ \
| | * | | BUG#14157: utf8 encoding in binlog without set character_set_client: e.g DROP...unknown2006-05-151-1/+4
| | * | | BUG#19188: incorrect temporary table name of DROP query in replicationunknown2006-05-141-13/+13
| | * | | Merge mysql.com:/usr_rh9/home/elkin.rh9/4.1unknown2006-05-141-79/+70
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Merge mysql.com:/net/nb/home/elkin/MySQL/FIXES/4.1-bug19188_tmp_nameunknown2006-05-121-78/+69
| | | |\ \
| | | | * | BUG#19188: incorrect temporary table name of DROP query in replicationunknown2006-05-121-78/+69
| | | * | | BUG#14157: utf8 encoding in binlog without set character_set_client e.g DROP ...unknown2006-05-091-1/+1
| | | |/ /
| | | * | Bug#17263: incorrect DROP query in temporary tables replicationunknown2006-04-231-4/+3
| | | * | Bug#17263 temporary tables and replicationunknown2006-04-231-40/+121
| | | * | BUG#16893: Crash in test 'fulltext_order_by'unknown2006-02-031-0/+2
| | | * | sql_base.cc:unknown2006-01-251-1/+0
| | | * | Manually mergedunknown2006-01-241-0/+1
| | | |\ \
| | | | * | Fixed bug #16510: Updating field named like '*name' caused server crash.unknown2006-01-231-0/+1
* | | | | | Merge mysql.com:/usr/local/mysql/tmp_mergeunknown2006-05-181-1/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimeunknown2006-05-091-1/+4
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fix for bugs#12472/#15137 'CREATE TABLE ... SELECT ... which explicitlyunknown2006-05-091-1/+4
| * | | | | Merge shellback.(none):/home/msvensson/mysql/mysql-5.0unknown2006-04-271-1/+1
| |\ \ \ \ \
| | * | | | | Bug#18964 "return 0 instead of DBUG_RETURN(0) in sql_base.cc::open_table()"unknown2006-04-201-1/+1
| | * | | | | debugging a BK issueunknown2006-04-201-1/+1
| | * | | | | Bug#18964 "return 0 instead of DBUG_RETURN(0) in sql_base.cc::open_table()"unknown2006-04-191-1/+1
| | |/ / / /
| * | | | | Bug#17263 temporary tables and replicationunknown2006-04-231-38/+122
| |/ / / /
* | | | | Mergeunknown2006-05-121-8/+8
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Don't use row level logging on optimize or repair table.unknown2006-05-051-8/+8
* | | | | Merge bk@192.168.21.1:mysql-5.1-newunknown2006-04-271-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | bug #18518 (embedded server crashes starting)unknown2006-04-241-0/+2
* | | | | BUG#17263: incorrect DROP query in temporary tables replicationunknown2006-04-251-39/+122
* | | | | Merge c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...unknown2006-04-191-11/+4
|\ \ \ \ \
| * | | | | WL 2826: Error handling of ALTER TABLE for partitioningunknown2006-04-151-5/+4
| * | | | | Merge c-4908e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...unknown2006-04-011-8/+2
| |\ \ \ \ \
| | * | | | | WL 2826: Error handling of ALTER TABLE for partitioningunknown2006-03-241-9/+2
| | * | | | | Merge c-8808e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/mysql-5...unknown2006-03-211-2/+3
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |