Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge with 4.1 | monty@mysql.com | 2004-10-29 | 1 | -14/+44 |
|\ | |||||
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mishka.local | 2004-10-20 | 1 | -3/+3 |
| |\ | |||||
| | * | true,false -> TRUE, FALSE | monty@mishka.local | 2004-10-14 | 1 | -3/+3 |
| * | | NDB wl-2151 Fix bounds setting table handler vs TUX | pekka@mysql.com | 2004-10-08 | 1 | -2/+1 |
| |/ | |||||
| * | Merge | tomas@poseidon.ndb.mysql.com | 2004-10-03 | 1 | -4/+6 |
| |\ | |||||
| | * | Merge msvensson@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb | magnus@neptunus.(none) | 2004-09-30 | 1 | -3/+0 |
| | |\ | |||||
| | | * | Clean up of index_name and unique_index_name | magnus@shellback.(none) | 2004-09-25 | 1 | -3/+0 |
| | * | | WL#1424 Updated after review | magnus@shellback.(none) | 2004-09-26 | 1 | -1/+1 |
| | * | | Merge msvensson@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb | magnus@neptunus.(none) | 2004-09-21 | 1 | -1/+6 |
| | |\ \ | | | |/ | | |/| | |||||
| | | * | Changed WL#1424 to use the function ha_find_files. This is a simpler implemen... | magnus@neptunus.(none) | 2004-09-21 | 1 | -2/+2 |
| | | * | Merged Thd_ndb | magnus@neptunus.(none) | 2004-09-20 | 1 | -1/+6 |
| | | |\ | |||||
| | | | * | WL1424 Multiple MySQL Servers: SHOW TABLES etc. should detect new and delete ... | magnus@neptunus.(none) | 2004-09-13 | 1 | -1/+6 |
| * | | | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 | tomas@poseidon.ndb.mysql.com | 2004-10-01 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | bug#5349 ALTER TABLE corrupts TEXT (and blob?) | tomas@poseidon.ndb.mysql.com | 2004-10-01 | 1 | -1/+1 |
| | |/ / / | |||||
| * | | | | Merge mskold@build.mysql.com:/home/bk/mysql-4.1 | mskold@mysql.com | 2004-10-01 | 1 | -0/+1 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | Merge mskold@build.mysql.com:/home/bk/mysql-4.1 | mskold@mysql.com | 2004-09-20 | 1 | -0/+1 |
| | |\ \ \ | |||||
| | | * | | | Added support for calculating index cadinality | mskold@mysql.com | 2004-09-20 | 1 | -0/+1 |
| * | | | | | Merge mysql.com:/home/jonas/src/mysql-4.1 | joreland@mysql.com | 2004-09-20 | 1 | -0/+2 |
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| | | |||||
| | * | | | Preparation for batching | tomas@poseidon.ndb.mysql.com | 2004-09-17 | 1 | -0/+2 |
| | |/ / | |||||
| * | | | fix updated signature | joreland@mysql.com | 2004-09-20 | 1 | -1/+1 |
| * | | | Merged new ndb_insert.test and .result | magnus@neptunus.(none) | 2004-09-20 | 1 | -0/+1 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | BUG#4775 "Duplicate key requires rollback of transaction" - Improved error me... | magnus@neptunus.(none) | 2004-09-15 | 1 | -0/+1 |
| | |/ | |||||
| * | | Merge mskold@build.mysql.com:/home/bk/mysql-4.1 | mskold@mysql.com | 2004-09-14 | 1 | -0/+4 |
| |\ \ | |||||
| | * | | Added use of buffer argument in index_read | mskold@mysql.com | 2004-09-07 | 1 | -0/+4 |
| | |/ | |||||
| * | | fix to make transaction failure also affect select count() on other tables in... | tomas@poseidon.(none) | 2004-09-14 | 1 | -0/+1 |
| * | | Added testcase for select count() during transaction with failures | tomas@poseidon.(none) | 2004-09-14 | 1 | -0/+1 |
| * | | new method to set size of local table data | tomas@poseidon.(none) | 2004-09-14 | 1 | -2/+15 |
| * | | moved all ndb thread specific data into new placeholder | tomas@poseidon.(none) | 2004-09-14 | 1 | -1/+7 |
| |/ | |||||
* | | Added options --auto-increment-increment and --auto-increment-offset. | monty@mishka.local | 2004-09-15 | 1 | -1/+1 |
|/ | |||||
* | Fix for bug#5312 Ndb Cluster returns wrong error code for duplicate key at in... | mskold@mysql.com | 2004-08-31 | 1 | -0/+1 |
* | added switch to mysqld to specify connectstring | tomas@poseidon.(none) | 2004-08-20 | 1 | -0/+2 |
* | Minor typo | mskold@mysql.com | 2004-08-19 | 1 | -2/+2 |
* | Cleaned up build of index list | mskold@mysql.com | 2004-08-19 | 1 | -4/+3 |
* | Fix for WL#1731 Handler: multiple databases | mskold@mysql.com | 2004-08-18 | 1 | -2/+10 |
* | Fix for bug#4730 | mskold@mysql.com | 2004-08-11 | 1 | -0/+1 |
* | ha_ndbcluster.h, ha_ndbcluster.cc: | pekka@mysql.com | 2004-07-29 | 1 | -1/+1 |
* | Fixed merge problems, optimized bulk insert | mskold@mysql.com | 2004-07-23 | 1 | -0/+1 |
* | Merge | pekka@mysql.com | 2004-07-23 | 1 | -10/+13 |
|\ | |||||
| * | ha_ndb blobs 2 | pekka@mysql.com | 2004-07-22 | 1 | -10/+13 |
* | | WL#1791 Handler: support update of primary key | mskold@mysql.com | 2004-07-22 | 1 | -2/+2 |
|/ | |||||
* | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1 | mskold@mysql.com | 2004-07-19 | 1 | -1/+1 |
|\ | |||||
| * | New handler::index_flags() definition to make it easy to check the full used ... | monty@mysql.com | 2004-07-08 | 1 | -1/+1 |
* | | Fixed ndbcluster_print_error to use table name from failed NdbOperation | mskold@mysql.com | 2004-07-02 | 1 | -1/+1 |
* | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1 | mskold@mysql.com | 2004-06-27 | 1 | -6/+8 |
|\ \ | |/ | |||||
| * | Added missing root user to mysql.user on windows. (Bug #4242) | monty@mysql.com | 2004-06-25 | 1 | -1/+1 |
| * | Modified index flags and added ndbcluster_print_error | mskold@mysql.com | 2004-06-24 | 1 | -5/+7 |
* | | Fix handler w.r.t scan | joreland@mysql.com | 2004-06-11 | 1 | -1/+3 |
|/ | |||||
* | Fixed prototype of get_error_message to use String to return error message | magnus@neptunus.(none) | 2004-05-24 | 1 | -5/+10 |
* | Merge | magnus@neptunus.(none) | 2004-05-17 | 1 | -6/+1 |
|\ | |||||
| * | key_cmp -> key_cmp_if_same | monty@mishka.local | 2004-05-16 | 1 | -6/+1 |