summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed problem when compiling libmysqld (without replication)unknown2006-06-231-2/+6
* Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2006-06-231-4/+9
|\
| * Patch to handle some bad situations resulting from the fix for BUG#19995.unknown2006-06-221-4/+9
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2006-06-221-2/+14
|\ \ | |/ |/|
| * SHOW STATUS does not anymore change local status variables (except com_show_s...unknown2006-06-201-2/+14
* | Merge mysql.com:/users/lthalmann/bkroot/mysql-5.1-new-rplunknown2006-06-191-13/+27
|\ \ | |/ |/|
| * After merge fixesunknown2006-06-161-4/+1
| * Merge mysql.com:/users/lthalmann/bkroot/mysql-5.1-new-rplunknown2006-06-161-11/+28
| |\
| | * Bug#19066 (DELETE FROM replication inconsistency for NDB):unknown2006-06-131-1/+0
| | * Merge mysql.com:/home/bkroot/mysql-5.1-new-rplunknown2006-06-131-1/+4
| | |\
| | | * Bug#19066 (DELETE FROM inconsistency for NDB):unknown2006-06-011-0/+4
| | * | Bug#19995 (Extreneous table maps generated for statements that do not generat...unknown2006-05-311-7/+10
| | * | After merge fixesunknown2006-05-171-1/+2
| | * | Merge mysql.com:/users/lthalmann/bkroot/mysql-5.1-newunknown2006-05-171-6/+16
| | |\ \
| | | * | Bug#16837 (Missing #ifdef cause compile problem --without-row-based-replicati...unknown2006-05-161-6/+17
| | | |/
* | | | Manually mergedunknown2006-06-181-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | after-merge fixes.unknown2006-06-161-1/+2
| * | | foo2unknown2006-04-131-5/+1
| * | | foo1unknown2006-04-131-24/+24
* | | | Fixed incorrect handling of renamed fields, forcing copy of table if needed a...unknown2006-06-131-0/+1
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-06-041-18/+23
|\ \ \ \
| * | | | This changeset is largely a handler cleanup changeset (WL#3281), but includes...unknown2006-06-041-18/+23
| | |_|/ | |/| |
* | | | fix for bug #17619 Scheduler race conditionsunknown2006-05-221-6/+17
| |_|/ |/| |
* | | Mergeunknown2006-05-121-8/+7
|\ \ \ | |/ /
| * | Cleanups after review of WL#602unknown2006-05-031-3/+3
| * | Added support for key_block_size for key and table level (WL#602)unknown2006-05-031-8/+7
* | | 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
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-04-211-0/+3
|\ \ \
| * \ \ Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-04-211-0/+3
| |\ \ \
| | * \ \ Merge c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...unknown2006-04-191-0/+3
| | |\ \ \
| | | * \ \ Merge c-4908e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...unknown2006-04-011-0/+3
| | | |\ \ \
| | | | * \ \ Merge c-8808e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/mysql-5...unknown2006-03-211-0/+3
| | | | |\ \ \ | | | | | |/ / | | | | |/| |
| | | | | * | WL 2826: Seventh step, more fixes for error injectsunknown2006-02-031-4/+3
| | | | | * | WL 2826: First step in error handling of ALTER TABLE for partitioningunknown2006-02-011-0/+4
* | | | | | | After merge fixes.unknown2006-04-211-5/+0
|/ / / / / /
* | | | | | Merge mysql.com:/opt/local/work/tmp_mergeunknown2006-04-191-24/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Post-merge fixes. Add a new error message for max_prepared_stmt_countunknown2006-04-131-10/+0
| * | | | Merge mysql.com:/opt/local/work/mysql-4.1-16365unknown2006-04-121-14/+5
| |\ \ \ \
| | * \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2006-04-071-23/+5
| | |\ \ \ \
| | | * | | | A fix and a test case for Bug#16365 "Prepared Statements: DoS with unknown2006-04-071-23/+5
* | | | | | | Merge rurik.mysql.com:/home/igor/dev/mysql-5.0-0unknown2006-04-011-1/+2
|\ \ \ \ \ \ \ | |/ / / / / / | | | | / / / | |_|_|/ / / |/| | | | |
| * | | | | Manual mergeunknown2006-03-301-1/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fixed bug#15560: GROUP_CONCAT wasn't ready for WITH ROLLUP queriesunknown2006-03-291-2/+3
| | |/ / /
* | | | | Improved fix for HPUX compile failure.unknown2006-03-241-1/+2
| |_|/ / |/| | |
* | | | Code #ifdef-edunknown2006-03-201-0/+2
* | | | bug 17290 and bug 14350unknown2006-03-181-0/+1
* | | | Misc. portability compile fixes.unknown2006-03-131-0/+1
* | | | Merge mysql.com:/usr_rh9/home/elkin.rh9/MySQL/BARE/5.1unknown2006-03-101-5/+20
|\ \ \ \
| * \ \ \ Merge mysql.com:/home/bkroot/mysql-5.1-wl3023unknown2006-03-081-5/+20
| |\ \ \ \