Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | correction of merge | tomas@poseidon.ndb.mysql.com | 2006-05-15 | 1 | -1/+1 |
* | Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1 | tomas@poseidon.ndb.mysql.com | 2006-05-15 | 1 | -1/+16 |
|\ | |||||
| * | Bug #16875 Using stale MySQLD FRM files can cause restored cluster to fail | tomas@poseidon.ndb.mysql.com | 2006-05-15 | 1 | -1/+16 |
* | | Bug #19202 Incorrect errorhandling in select count(*) wrt temporary error | tomas@poseidon.ndb.mysql.com | 2006-04-26 | 1 | -5/+27 |
* | | Fixed memleak detected by valgrind | mskold@mysql.com | 2006-04-25 | 1 | -1/+3 |
* | | Add surrounding braces, move invalidate dictionary_cace to after declaration ... | msvensson@neptunus.(none) | 2006-04-11 | 1 | -2/+4 |
* | | Merge bk-internal:/home/bk/mysql-5.0 | msvensson@neptunus.(none) | 2006-04-11 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Merge bk-internal:/home/bk/mysql-5.0 | jimw@mysql.com | 2006-04-10 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Bug #13601: Wrong int type for bit | jimw@mysql.com | 2006-04-04 | 1 | -1/+1 |
* | | | | Merge neptunus.(none):/home/msvensson/mysql/bug13228/my50-bug13228_minimal | msvensson@neptunus.(none) | 2006-04-07 | 1 | -0/+7 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Bug #13228 open table cache not flushed when table schema changed | msvensson@neptunus.(none) | 2006-01-10 | 1 | -0/+7 |
* | | | | Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0 | jonas@perch.ndb.mysql.com | 2006-03-28 | 1 | -1/+3 |
|\ \ \ \ | |||||
| * \ \ \ | Merge perch.ndb.mysql.com:/home/jonas/src/50-work | jonas@perch.ndb.mysql.com | 2006-03-28 | 1 | -1/+3 |
| |\ \ \ \ | |||||
| | * | | | | ndb - bug#17729 bug#18406 | jonas@perch.ndb.mysql.com | 2006-03-28 | 1 | -1/+3 |
| | | |/ / | | |/| | | |||||
* | | | | | Post review fix for Bug #15722 Engine_condition_pushdown fails when using bl... | mskold@mysql.com | 2006-03-28 | 1 | -0/+2 |
* | | | | | Fix for Bug #15722 Engine_condition_pushdown fails when using blobs(text) | mskold@mysql.com | 2006-03-28 | 1 | -1/+4 |
|/ / / / | |||||
* | | | | If doing write, then peeking is not needed | mskold@mysql.com | 2006-03-24 | 1 | -1/+1 |
* | | | | Post review fix of Bug#17431 INSERT IGNORE INTO returns failed: 1296: err 435... | mskold@mysql.com | 2006-03-23 | 1 | -2/+1 |
* | | | | Fix for Bug#17431 INSERT IGNORE INTO returns failed: 1296: err 4350 'Transact... | mskold@mysql.com | 2006-03-23 | 1 | -28/+163 |
|/ / / | |||||
* | | | Bug#16795 ndb_cache_multi2 | msvensson@neptunus.(none) | 2006-02-27 | 1 | -1/+1 |
* | | | ndb: | tomas@poseidon.ndb.mysql.com | 2006-02-13 | 1 | -1/+5 |
* | | | manual merge | tomas@poseidon.ndb.mysql.com | 2006-02-10 | 1 | -2/+2 |
* | | | Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1 | tomas@poseidon.ndb.mysql.com | 2006-02-10 | 1 | -17/+7 |
|\ \ \ | | |/ | |/| | |||||
| * | | Bug #17249 ndb, delete statement with join where clause fails when table do n... | tomas@poseidon.ndb.mysql.com | 2006-02-10 | 1 | -14/+6 |
* | | | Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.0 | pekka@mysql.com | 2006-02-07 | 1 | -0/+4 |
|\ \ \ | |||||
| * | | | ndb - bug#15918 fix | pekka@mysql.com | 2006-02-07 | 1 | -0/+4 |
* | | | | Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1 | tomas@poseidon.ndb.mysql.com | 2006-02-07 | 1 | -2/+5 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Bug #17081 "LOAD DATA INFILE" may not load all the data | tomas@poseidon.ndb.mysql.com | 2006-02-07 | 1 | -2/+5 |
* | | | | ndb, transaction should be refgistred even if m_transaction_on is not set | tomas@poseidon.ndb.mysql.com | 2006-02-07 | 1 | -4/+2 |
* | | | | Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1 | tomas@poseidon.ndb.mysql.com | 2006-02-07 | 1 | -4/+18 |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | |||||
| * | | Bug #17154 load data infile of char values into a table of char(PK) hangs | tomas@poseidon.ndb.mysql.com | 2006-02-07 | 1 | -4/+18 |
* | | | Merge mysql.com:/home/jimw/my/mysql-5.0-14212 | jimw@mysql.com | 2006-01-06 | 1 | -6/+8 |
|\ \ \ | |||||
| * | | | Fix crash in BDB from improper cleanup of transactions, and avoid problem | jimw@mysql.com | 2005-12-09 | 1 | -6/+8 |
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | monty@mysql.com | 2006-01-06 | 1 | -9/+13 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Review fixes of new pushed code | monty@mysql.com | 2006-01-06 | 1 | -9/+13 |
* | | | | Merge perch.ndb.mysql.com:/home/jonas/src/mysql-5.0 | jonas@perch.ndb.mysql.com | 2005-12-14 | 1 | -2/+20 |
|\ \ \ \ | |||||
| * | | | | bug#15682 - ndb - invalid handling of varchar in position/rnd_pos | jonas@perch.ndb.mysql.com | 2005-12-14 | 1 | -2/+20 |
* | | | | | Merge mysql.com:/opt/local/work/mysql-4.1-root | konstantin@mysql.com | 2005-11-25 | 1 | -10/+12 |
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| | | |||||
| * | | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1 | mskold@mysql.com | 2005-11-24 | 1 | -6/+8 |
| |\ \ \ | |||||
| | * | | | Moved check of wrong schema version earlier | mskold@mysql.com | 2005-11-24 | 1 | -6/+8 |
| * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | msvensson@neptunus.(none) | 2005-11-21 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | Bug #14514 Creating table with packed key fails silently | msvensson@neptunus.(none) | 2005-11-21 | 1 | -1/+1 |
* | | | | | Using new error code HA_ERR_TABLE_DEF_CHANGED to signal wrong schema version ... | mskold@mysql.com | 2005-11-18 | 1 | -2/+1 |
* | | | | | Merge mysql.com:/usr/local/home/marty/MySQL/mysql-4.1 | mskold@mysql.com | 2005-11-17 | 1 | -5/+39 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fixed incorrectly use if table with wrong schema version | mskold@mysql.com | 2005-11-17 | 1 | -5/+39 |
| |/ / / | |||||
* | | | | Fixes during review of new code | monty@mysql.com | 2005-11-03 | 1 | -1/+2 |
* | | | | BUG#14514 Creating table with packed key fails silently | msvensson@neptunus.(none) | 2005-11-02 | 1 | -1/+1 |
* | | | | This patch add support for storing Geometry types to Archive, Innodb, NDB, an... | brian@zim.(none) | 2005-10-24 | 1 | -2/+4 |
| |_|/ |/| | | |||||
* | | | Merge mysql.com:/usr/local/home/marty/MySQL/mysql-4.1 | mskold@mysql.com | 2005-10-14 | 1 | -15/+13 |
|\ \ \ | |/ / | | / | |/ |/| | |||||
| * | Fix for Bug #13961 Triggers on tables with auto_increment insert bogus value... | mskold@mysql.com | 2005-10-14 | 1 | -14/+16 |