summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* WL#3247,#3248: Adding [GLOBAL|SESSION]_STATUS and [GLOBAL|SESSION]_VARIABLESunknown2006-09-142-8/+229
* Fixing problems I identified in my auto_increment work pushed in Julyunknown2006-09-125-9/+43
* manual mergeunknown2006-09-111-4/+1
* Merge mysql.com:/users/lthalmann/bk/MERGE/mysql-5.0-mergeunknown2006-09-111-0/+6
|\
| * Fix WARN_DEPRECATED for 5.0 (it is in 5.1 we should have the extra arguments)unknown2006-09-111-2/+2
| * Merge mysql.com:/users/lthalmann/bk/MERGE/mysql-4.1-mergeunknown2006-09-111-0/+6
| |\
| | * Merge mysql.com:/users/lthalmann/bkroot/mysql-4.1-rplunknown2006-09-111-1/+3
| | |\
| | | * BUG#18822 LOAD DATA FROM MASTER corrupts dataunknown2006-08-311-1/+3
* | | | Merge mysql.com:/users/lthalmann/bkroot/mysql-5.1-new-rplunknown2006-09-1113-177/+606
|\ \ \ \
| * | | | WL#3259 (More columns on slave than on master):unknown2006-09-111-1/+1
| * | | | Merge romeo.(none):/home/bkroot/mysql-5.1-new-rplunknown2006-09-082-1/+3
| |\ \ \ \
| | * | | | Patches to fix problems on Windowsunknown2006-09-082-1/+3
| * | | | | Merge romeo.(none):/home/bkroot/mysql-5.1-new-rplunknown2006-09-061-0/+6
| |\ \ \ \ \
| | * | | | | BUG#17620: Row-based replication fails when query cache enabled on slaveunknown2006-09-061-0/+6
| * | | | | | Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-new-rplunknown2006-09-042-2/+14
| |\ \ \ \ \ \ | | |/ / / / / | | | / / / / | | |/ / / / | |/| | | |
| | * | | | Changes made according to HLD/LLD.unknown2006-08-301-1/+11
| | * | | | BUG#21833 (Prepare_commit_mutex not locked and unlocked under same condition):unknown2006-08-251-1/+3
| * | | | | WL#3259 (RBR with more columns on slave than on master):unknown2006-08-222-53/+55
| * | | | | Merge romeo.(none):/home/bkroot/mysql-5.1-wl3228unknown2006-08-218-144/+553
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | WL#3259 (RBR with more columns on slave than on master):unknown2006-05-083-65/+155
| | * | | | bug (colcnt) + compile fixunknown2006-05-041-2/+3
| | * | | | WL#3259 (RBR with more columns on slave than on master):unknown2006-05-038-136/+457
| * | | | | Merging with mysql-5.1-new-rpl treeunknown2006-08-162-20/+22
| |\ \ \ \ \
| | * | | | | BUG#20863 (if binlog format is changed between update and unlock table, wrong...unknown2006-08-162-20/+22
| * | | | | | I had forgotten to delete an already disabled line of C++ code.unknown2006-08-011-2/+0
* | | | | | | bugfixunknown2006-09-091-1/+1
* | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-archunknown2006-09-091-95/+79
|\ \ \ \ \ \ \
| * | | | | | | cleanup of pligin removal codeunknown2006-09-071-94/+78
| * | | | | | | minor plugin api fixes:unknown2006-09-071-1/+1
* | | | | | | | Add support for Falcon, so that partitioning can be tested. unknown2006-09-071-0/+1
* | | | | | | | Fix for a compile problem in Windows. unknown2006-09-071-1/+1
* | | | | | | | Adding in a few more engines to the now defunct (but still used) handler enum...unknown2006-09-071-1/+5
* | | | | | | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-archunknown2006-09-073-7965/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Moves Innodb handler to the Innodb storage directory.unknown2006-09-073-7965/+1
| |/ / / / / / /
* | | | | | | | errmsg.txt:unknown2006-09-072-0/+28
|/ / / / / / /
* | | | | | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2006-09-0610-154/+244
|\ \ \ \ \ \ \
| * | | | | | | converting plugin states to bitmask to simplify testing.unknown2006-09-063-19/+27
| * | | | | | | plugin_foreach - don't hold the lock when calling the functionunknown2006-09-051-18/+40
| * | | | | | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2006-09-019-120/+180
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2006-08-319-120/+180
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2006-08-319-120/+180
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | add 2 placeholder values for config and system variables.unknown2006-08-304-4/+12
| | | | * | | | | | | This pulls two function calls which should have been handlerton calls out of ...unknown2006-08-303-14/+58
| | | | * | | | | | | Re'ordering of startup. Fixed Execution path issues. Added function for de'in...unknown2006-08-294-102/+110
* | | | | | | | | | | Merge perch.ndb.mysql.com:/home/jonas/src/51-workunknown2006-09-043-4/+14
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | bug#21965unknown2006-09-041-1/+1
| * | | | | | | | | | | bug#21965unknown2006-09-041-0/+1
| * | | | | | | | | | | Merge perch.ndb.mysql.com:/home/jonas/src/50-workunknown2006-09-042-4/+13
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | |
| | * | | | | | | | | | Merge perch.ndb.mysql.com:/home/jonas/src/41-workunknown2006-09-043-4/+14
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / | | | |/| | | | | | | |
| | | * | | | | | | | | bug#21965 - replicationunknown2006-09-043-4/+14