An error occurred fetching the project authors.
- 20 Jun, 2005 3 commits
-
-
mskold@mysql.com authored
Added CR for readability
-
mskold@mysql.com authored
-
tulin@dl145c.mysql.com authored
remove typecheck in ndb handler not needed
-
- 17 Jun, 2005 1 commit
-
-
mskold@mysql.com authored
-
- 16 Jun, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Updated after review
-
- 10 Jun, 2005 1 commit
-
-
mskold@mysql.com authored
-
- 09 Jun, 2005 2 commits
-
-
joreland@mysql.com authored
-
mskold@mysql.com authored
-
- 08 Jun, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Added better error messages when trying to open a table that can't be discovered or unpacked. The most likely cause of this is that it does not have any frm data, probably since it has been created from NdbApi or is a NDB system table. - Separated functionality that was in ha_create_table_from_engine into two functions. One that checks if the table exists and another one that tries to create the table from the engine.
-
- 05 Jun, 2005 1 commit
-
-
serg@serg.mylan authored
'#pragma interface' (that comes with the #include'd header file)
-
- 03 Jun, 2005 1 commit
-
-
monty@mysql.com authored
Ensure that 'null_value' is not accessed before val() is called in FIELD() functions Fixed initialization of key maps. This fixes some problems with keys when you have more than 64 keys Fixed that ROLLUP don't always create a temporary table. This fix ensures that func_gconcat.test results are now predictable
-
- 02 Jun, 2005 2 commits
-
-
mskold@mysql.com authored
-
kent@mysql.com authored
Set #pragma implementation" earlier Many files: Need to include <my_global.h> before #ifdef USE_PRAGMA_IMPLEMENTATION
-
- 01 Jun, 2005 2 commits
-
-
monty@mysql.com authored
Ensure we get error if INSERT IGNORE ... SELECT fails Fixed wrong key_part->key_length usage in index_merge
-
mskold@mysql.com authored
-
- 26 May, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
Added some more ifdefs for "#pragma interface"
-
- 18 May, 2005 2 commits
-
-
msvensson@neptunus.(none) authored
- Fix valgrind warnings - Remove static db, schema and table name buffers from Ndb.cpp
-
mskold@mysql.com authored
Added support for BETWEEN and IN in condition pushdown to ndbcluster by rewriting them as AND and OR expressions
-
- 08 May, 2005 1 commit
-
-
mskold@mysql.com authored
-
- 07 May, 2005 2 commits
-
-
mskold@mysql.com authored
-
mskold@mysql.com authored
-
- 06 May, 2005 1 commit
-
-
monty@mishka.local authored
Added option --count to mysqlshow (to show number of rows) Fixed possible core dump in information schema
-
- 05 May, 2005 1 commit
-
-
holyfoot@hf-ibm.(none) authored
Mostly about precision/decimals of the results of the operations
-
- 29 Apr, 2005 1 commit
-
-
mskold@mysql.com authored
-
- 28 Apr, 2005 2 commits
-
-
mskold@mysql.com authored
Fix for avoiding gettin Invalid schema object version when doing local changes, more post review fixes
-
mskold@mysql.com authored
-
- 27 Apr, 2005 2 commits
-
-
mskold@mysql.com authored
-
msvensson@neptunus.(none) authored
- Remove linking of libsupc++ - Move all local static variables to filescope
-
- 25 Apr, 2005 3 commits
-
-
mskold@mysql.com authored
-
mskold@mysql.com authored
-
mskold@mysql.com authored
-
- 22 Apr, 2005 1 commit
-
-
mskold@mysql.com authored
-
- 21 Apr, 2005 2 commits
-
-
mskold@mysql.com authored
Fix for failing ps_7ndb.test, force write_row when batching inserts so that update of primary key is done before next value to insert
-
pekka@mysql.com authored
-
- 19 Apr, 2005 1 commit
-
-
mskold@mysql.com authored
-
- 15 Apr, 2005 2 commits
-
-
mskold@mysql.com authored
-
mskold@mysql.com authored
-
- 13 Apr, 2005 2 commits
-
-
mskold@mysql.com authored
-
mskold@mysql.com authored
-
- 11 Apr, 2005 1 commit
-
-
pekka@mysql.com authored
-