summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* ndb - bug#18067 [possibly partial] fixunknown2006-03-091-1/+1
* Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-03-091-2/+38
|\
| * Bug #18106 Ndb: Online add index together with replication may cause mysqld...unknown2006-03-091-2/+38
* | Merge mysql.com:/space/pekka/ndb/version/my51unknown2006-03-0910-27/+123
|\ \ | |/ |/|
| * ndb - fix bug#18075 varsize PK + blobsunknown2006-03-0910-27/+123
* | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-03-081-0/+2
|\ \ | |/ |/|
| * Bug #18016 Some debug output in non-debug buildunknown2006-03-071-0/+2
* | Post fix review of patch for bug#17891 Partitions: NDB, crash on select .. wh...unknown2006-03-081-1/+1
* | Fix for bug#17891 Partitions: NDB, crash on select .. where col is null or co...unknown2006-03-074-19/+45
|/
* ndb - bug#17761 blob tables patch 3b [closes the bug]unknown2006-03-066-16/+95
* ndb - bug#17761 blob tables patch 3a [requires next patch 3b]unknown2006-03-056-83/+137
* ndb - blob tables vs dict cache : patch 2 - bug#17761 (maybe)unknown2006-03-034-41/+128
* Mergeunknown2006-02-282-9/+9
|\
| * ndb - sockaddr alignment fix, found on sunfire100a, can affect any non-x86unknown2006-02-252-9/+9
* | ndb - blob tables vs dict cache : patch 1unknown2006-02-283-59/+78
* | Merge mysql.com:/home/dlenev/src/mysql-5.0-bg13525unknown2006-02-271-3/+17
* | Merge mysql.com:/home/my/mysql-5.0unknown2006-02-251-0/+3
* | This patch cleans up two tests which were a bit fragile from other failing te...unknown2006-02-242-10/+0
* | Added missing DBUG_RETURNunknown2006-02-231-1/+1
* | Merge mysql.com:/Users/kent/mysql/bk/mysql-5.1-releaseunknown2006-02-223-7/+10
|\ \ | |/
| * Makefile.am:unknown2006-02-223-7/+10
* | Fixes for push version of discover of on-line altered tableunknown2006-02-221-2/+4
* | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-02-2210-3/+48
|\ \
| * \ Merge mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new-ndb_improved_on-lin...unknown2006-02-2110-3/+48
| |\ \
| | * \ Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb_improved_on-lin...unknown2006-02-1610-3/+48
| | |\ \
| | | * | Improvement of on-line discovery in injector threadunknown2006-02-165-3/+13
| | | * | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-02-136-0/+35
| | | |\ \
| | | | * \ Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-02-086-0/+35
| | | | |\ \
| | | | | * | NdbEventOperationImpl.cpp, NdbEventOperation.cpp, NdbEventOperation.hpp:unknown2006-02-086-0/+35
* | | | | | | myisamdef.h, mi_locking.c, mi_dynrec.c:unknown2006-02-223-1/+7
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-02-211-1/+1
|\ \ \ \ \ \
| * | | | | | BUG#17116: myisam_ftdump doesn't work with fulltext indexes using a parser pl...unknown2006-02-161-1/+1
* | | | | | | Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-02-212-3/+8
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | ndb - fix event created by ndb_restore bug#17045 (not really)unknown2006-02-212-3/+8
* | | | | | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-02-202-3/+9
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | ndb -unknown2006-02-201-1/+1
| * | | | | | Merge perch.ndb.mysql.com:/home/jonas/src/51-newunknown2006-02-201-2/+8
| |\ \ \ \ \ \
| | * | | | | | bug#17183unknown2006-02-141-2/+8
| | * | | | | | Merge perch.ndb.mysql.com:/home/jonas/src/51-newunknown2006-02-103-17/+32
| | |\ \ \ \ \ \
| | | * | | | | | Merge perch.ndb.mysql.com:/home/jonas/src/50-workunknown2006-02-102-14/+21
| | | * | | | | | Merge perch.ndb.mysql.com:/home/jonas/src/50-workunknown2006-02-102-4/+38
* | | | | | | | | ndb - rbr blobs etc: minor changes bug#17045 bug#17505unknown2006-02-201-6/+8
* | | | | | | | | ndb - rbr blobs etc: set db/schema in injector_ndb before calling NDBunknown2006-02-204-14/+51
* | | | | | | | | ndb - rbr blobs: fixes (not final)unknown2006-02-173-7/+33
* | | | | | | | | ndb - rbr blobs: remove obsolete problem-causing temporary fixunknown2006-02-174-33/+0
|/ / / / / / / /
* | | | | | | | ndb - wl#3023 : pass tables per GCI to injector at epoch startunknown2006-02-164-3/+87
* | | | | | | | Fix for solaris compilerunknown2006-02-162-2/+3
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-ndb-newunknown2006-02-162-0/+2
|\ \ \ \ \ \ \
| * | | | | | | ndb dd - Fix includesunknown2006-02-152-0/+2
* | | | | | | | Merge perch.ndb.mysql.com:/home/jonas/src/51-ndbunknown2006-02-1667-492/+662
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | / / / / | |_|_|/ / / / |/| | | | | |