summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.cc
Commit message (Expand)AuthorAgeFilesLines
* ndb: remove compiler warningsunknown2006-12-271-1/+1
* Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2006-12-271-12/+62
|\
| * Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-ndbunknown2006-12-211-4/+35
| |\
| | * Improve ndb thread shutdown handlingunknown2006-12-201-4/+35
| * | ndb_dd_ddl.test, ndb_dd_ddl.result, ha_ndbcluster.cc:unknown2006-12-201-0/+10
| * | bug#24667 After ALTER TABLE operation ndb_dd table becomes regular ndb: ALTE...unknown2006-12-191-5/+5
| * | bug#24667 After ALTER TABLE operation ndb_dd table becomes regular ndb: copy...unknown2006-12-191-2/+8
| |/
| * bug#19956 Problems with VARCHAR primary key and BLOB fields:put back removed...unknown2006-12-141-3/+6
* | Merge mysql.com:/home/kent/bk/main/mysql-5.0unknown2006-12-231-2/+1
|\ \ | |/ |/|
| * Many files:unknown2006-12-231-2/+1
| * Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-12-041-54/+215
| |\
| | * Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.0unknown2006-11-301-8/+10
| | |\
| | | * bug#18487 UPDATE IGNORE not supported for unique constraint violation of non...unknown2006-11-301-7/+8
| | * | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-11-301-49/+208
| | |\ \
| * | | | Fixed compiler warningsunknown2006-11-301-2/+2
| |/ / /
* | | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.1unknown2006-12-041-1/+2
|\ \ \ \
| * \ \ \ Merge shellback.(none):/home/msvensson/mysql/mysql-5.1unknown2006-11-291-31/+31
| |\ \ \ \
| * | | | | Move misplaced #endifunknown2006-11-271-1/+2
* | | | | | Merge bk-internal:/home/bk/mysql-5.1unknown2006-12-041-87/+63
|\ \ \ \ \ \
| * \ \ \ \ \ Merge bk-internal:/home/bk/mysql-5.1unknown2006-11-281-87/+63
| |\ \ \ \ \ \ | | |/ / / / / | | | / / / / | | |/ / / / | |/| | | |
| | * | | | No need for ndb_util_thread to have two different ndb objects allocated. Use ...unknown2006-11-211-19/+14
| | * | | | Fix printf warningsunknown2006-11-211-83/+63
* | | | | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-ndbunknown2006-12-011-6/+7
|\ \ \ \ \ \
| * | | | | | Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb...unknown2006-12-011-6/+7
* | | | | | | Merge ts3-168.ts.cn.tlan:/home/ngb/mysql/mysql-5.1/mysql-5.1-new-ndb-bjunknown2006-12-011-0/+25
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | BUG#23576, Table is created although tablespace does not existunknown2006-11-151-0/+8
| * | | | | | ndb - BUG#18647, cluster.schema database needs to be hidden.unknown2006-11-011-0/+17
* | | | | | | bug#18487 UPDATE IGNORE not supported for unique constraint violation of non...unknown2006-11-301-8/+9
* | | | | | | Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.1unknown2006-11-301-2/+3
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.0unknown2006-11-301-2/+3
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | bug#18487 UPDATE IGNORE not supported for unique constraint violation of non...unknown2006-11-301-2/+3
| | | |_|_|_|/ | | |/| | | |
* | | | | | | bug#24303 Wrong result for UPDATE IGNORE for NDB table: bug fix reverted, fi...unknown2006-11-301-12/+0
* | | | | | | Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.1unknown2006-11-301-68/+82
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.0unknown2006-11-301-0/+15
| |\ \ \ \ \ \ | | |/ / / / / | | | | / / / | | |_|/ / / | |/| | | |
| | * | | | #18487 UPDATE IGNORE not supported for unique constraint violation of non-pr...unknown2006-11-301-0/+15
| | * | | | bug#21507 I can't create a unique hash index in NDB: Added possibillity to cr...unknown2006-11-071-49/+193
| * | | | | Fixed a LOT of compiler warningsunknown2006-11-271-54/+54
| * | | | | Merge mysql.com:/home/my/mysql-5.0unknown2006-11-221-14/+13
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |
| | * | | Remove compiler warningsunknown2006-11-201-20/+21
| | |/ /
* | | | bug#24303 Wrong result for UPDATE IGNORE for NDB table: Refinement, only rea...unknown2006-11-291-2/+5
* | | | bug#24303 Wrong result for UPDATE IGNORE for NDB table: Read all fields for ...unknown2006-11-291-0/+9
* | | | bug#21507 I can't create a unique hash index in NDB: Added possibillity to cr...unknown2006-11-131-35/+213
* | | | Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.1unknown2006-11-101-10/+10
|\ \ \ \ | |/ / /
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2006-11-011-10/+10
| |\ \ \
| | * | | Fixed a lot of compiler warnings (Mainly in mysqld and instance manager)unknown2006-11-011-10/+11
* | | | | bug#23542 crash on DELETE from ndb dd table: uses_blob_value always reads wr...unknown2006-11-081-2/+1
|/ / / /
* | | | post merge fixes (from merging test fixes from bug 19914)unknown2006-10-251-8/+7
* | | | Merge willster.(none):/home/stewart/Documents/MySQL/5.0/ndbunknown2006-10-251-11/+39
|\ \ \ \ | | |/ / | |/| |
| * | | Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0-ndbunknown2006-10-251-1/+3
| |\ \ \
| | * \ \ Merge perch.ndb.mysql.com:/home/jonas/src/50-workunknown2006-10-191-1/+3
| | |\ \ \