summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Various build fixes.unknown2004-11-124-5/+6
* Build fixes to make it compile.unknown2004-11-122-2/+3
* Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2004-11-1119-71/+267
|\
| * Mainly resolving Guilhem's 4.1 patch to 5.0unknown2004-11-116-1236/+4929
| * Resolved merge from 4.1 -> 5.0 (mainly Guilhem's work with mysqldump)unknown2004-11-1119-5000/+1503
| |\
| | * Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-11-111-3/+7
| | |\
| | | * Merge pcgem.rdg.cyberkinetica.com:/mnt/staff/repositories/mysql-4.1unknown2004-11-111-3/+7
| | | |\
| | | | * Bug#6469 - REVOKE ALL synonymy bugunknown2004-11-101-3/+7
| | * | | Added ending ';' for the start_transaction_opts:unknown2004-11-111-0/+1
| | |/ /
| | * | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-11-1124-25/+3
| | |\ \
| | | * | no new message in 4.1 (causes merge issues with 5.0). Using ER_UNKNOW_ERROR a...unknown2004-11-1124-25/+3
| | * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-11-118-38/+72
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Added possibility to detect if libmysqld is restartedunknown2004-11-111-15/+23
| | | * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-11-107-23/+49
| | | |\ \
| | | | * | More debuggingunknown2004-11-106-18/+41
| | | | * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-11-103-3/+6
| | | | |\ \
| | | | * | | Fix for valgrind/purify for variables that the compiler touches but that does...unknown2004-11-091-5/+8
| | | | | |/ | | | | |/|
| | * | | | Mergeunknown2004-11-1032-23/+98
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | WL#1596 "make mysqldump --master-data --single-transaction able to do online ...unknown2004-11-1029-7/+74
| | | * | | As rollback can be 30 times slower than insert in InnoDB, and user mayunknown2004-11-081-0/+7
| | | * | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-11-033-17/+17
| | | |\ \ \
| | | | * \ \ Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-223-17/+17
| | | | |\ \ \
| | | | | * \ \ Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-193-17/+17
| | | | | |\ \ \
| | | | | | * | | Optimization: in the replication slave, we can avoid doing one strlen() per e...unknown2004-10-193-17/+17
| | * | | | | | | Bug#6031 - To drop database you have to execute DROP DATABASE command twice.unknown2004-11-104-8/+59
| | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-11-102-2/+5
| | |\ \ \ \ \ \
| | | * | | | | | 1. When mixing NULL to a character string,unknown2004-11-102-2/+5
| | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | bug#6538unknown2004-11-101-1/+1
| | |/ / / / /
| | * | | | | Simple optimizationunknown2004-11-092-6/+11
| | * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-11-0928-169/+192
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-11-082-2/+8
| | |\ \ \ \ \ \
| | | * | | | | | alter_table.result, alter_table.test, field_conv.cc:unknown2004-11-081-0/+2
| | | * | | | | | ctype_ujis.result, ctype_ujis.test, field.cc:unknown2004-11-081-2/+6
| | * | | | | | | Merge mysql.com:/home/jonas/src/new-fixunknown2004-11-0811-93/+174
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | * | | | | | | ndb: bug#6435 unknown2004-11-081-3/+2
| | * | | | | | | ndb: bug#6451unknown2004-11-081-1/+36
* | | | | | | | | Rename: send_prepare_results -> check_prepared_statement (sql_prepare.cc)unknown2004-11-111-10/+21
* | | | | | | | | Few more places with thd->lex replaced with lex (mysql_update,unknown2004-11-112-10/+12
* | | | | | | | | Cleanup: thd->lex->select_lex -> select_lex (sql_delete.cc)unknown2004-11-111-9/+10
* | | | | | | | | Cleanup in sql_acl.cc: thd->lex ->lexunknown2004-11-111-23/+24
* | | | | | | | | Rename: Item::val -> Item::val_real().unknown2004-11-1124-294/+306
* | | | | | | | | post-merge fixes for WL#1972unknown2004-11-112-5/+4
|/ / / / / / / /
* | | | | | | | Merge mysql.com:/home/timka/mysql/src/5.0-virginunknown2004-11-111-5/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Fixing filename case problems in sql_base.cc for views on MacOS X. (With help...unknown2004-11-111-5/+4
* | | | | | | | | Merge of WL#1972 "Evaluate HAVING before SELECT select-list"unknown2004-11-116-309/+673
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | WL#1972 - manual merge with latest bk source treeunknown2004-11-111-130/+347
| * | | | | | | | WL#1972 - manual merge with latest bk sourceunknown2004-11-111-197/+277
| * | | | | | | | WL#1972 "Evaluate HAVING before SELECT select-list"unknown2004-11-101-21/+65
| * | | | | | | | WL#1972 "Evaluate HAVING before SELECT select-list"unknown2004-11-091-298/+306
| * | | | | | | | WL#1972 "Evaluate HAVING before SELECT"unknown2004-11-052-213/+262