An error occurred fetching the project authors.
- 01 Feb, 2006 2 commits
-
-
stewart@mysql.com authored
fix up test cases.
-
tomas@poseidon.ndb.mysql.com authored
-
- 31 Jan, 2006 5 commits
-
-
tomas@poseidon.ndb.mysql.com authored
-
marty@linux.site authored
-
marty@linux.site authored
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
+ fix crashing bug when discovering ndb tables outside select context
-
- 28 Jan, 2006 1 commit
-
-
stewart@mysql.com authored
add a FILES table that allows the user to run SQL queries on the files used to store their tables. Currently supports NDB
-
- 27 Jan, 2006 2 commits
-
-
pekka@mysql.com authored
-
marty@linux.site authored
Added possibillity to check what fields will get added indexes (ndb does currently not support indexes on disk stored fields), WL#1892
-
- 25 Jan, 2006 1 commit
-
-
pekka@mysql.com authored
-
- 18 Jan, 2006 1 commit
-
-
mskold@mysql.com authored
-
- 17 Jan, 2006 6 commits
-
-
mskold@mysql.com authored
-
mskold@mysql.com authored
-
mskold@mysql.com authored
-
partitioned tables in NDB
-
Optimised version of ADD/DROP/REORGANIZE partitions for non-NDB storage engines. New syntax to handle REBUILD/OPTIMIZE/ANALYZE/CHECK/REPAIR partitions Quite a few bug fixes
-
tomas@poseidon.ndb.mysql.com authored
+ corrected the bugs in this resuling from mysql-test-run +removed some debug printouts
-
- 13 Jan, 2006 2 commits
-
-
tomas@poseidon.ndb.mysql.com authored
added missing debug_return
-
mskold@mysql.com authored
-
- 12 Jan, 2006 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 11 Jan, 2006 3 commits
-
-
mskold@mysql.com authored
-
mskold@mysql.com authored
-
jonas@perch.ndb.mysql.com authored
-
- 10 Jan, 2006 1 commit
-
-
gluh@eagle.intranet.mysql.r18.ru authored
added I_S 'PARTITIONS' table
-
- 07 Jan, 2006 1 commit
-
-
serg@serg.mylan authored
-
- 05 Jan, 2006 1 commit
-
-
monty@mysql.com authored
- Fixed tests - Optimized new code - Fixed some unlikely core dumps - Better bug fixes for: - #14397 - OPTIMIZE TABLE with an open HANDLER causes a crash - #14850 (ERROR 1062 when a quering a view using a Group By on a column that can be null
-
- 31 Dec, 2005 1 commit
-
-
bar@mysql.com authored
- Encoding itself, implemented as a charset "filename". Originally planned to use '.' as an escape character, but now changed to '@' for two reasons: "ls" does not return file names starting with '.' considering them as a kind of hidden files; some platforms do not allow several dots in a file name. - replacing many calls of my_snprintf() and strnxmov() to the new build_table_filename(). - Adding MY_APPEND_EXT mysys flag, to append an extention rather that replace it. - Replacing all numeric constants in fn_format flag arguments to their mysys definitions, e.g. MY_UNPACK_FILENAME, - Predictability in several function/methods: when a table name can appear with or withot .frm extension. Some functions/methods were changed so accept names strictly with .frm, other - strictly without .frm extensions. Several DBUG_ASSERTs were added to check whether an extension is passed. Many files: table name to file name encoding mysql_priv.h: Prototypes for new table name encoding tools. ctype-utf8.c: Implementing "filename" charset for table name to file name encoding. row0mysql.c: Fixing table name prefix. mf_format.c: Adding MY_APPEND_EXT processing. Many files: Fixing tests. my_sys.h: Adding new flag to append rather than replace an extension. m_ctype.h: Adding "filename" charset definition.
-
- 22 Dec, 2005 1 commit
-
-
sergefp@mysql.com authored
-
- 21 Dec, 2005 1 commit
-
-
acurtis@xiphis.org authored
Give BerkeleyDB savepoints Remove "enum db_type" from most of the code
-
- 20 Dec, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 14 Dec, 2005 2 commits
-
-
jonas@perch.ndb.mysql.com authored
incorrect handling of varchar in position/rnd_pos Commit for 5.0.17 release clone
-
jonas@perch.ndb.mysql.com authored
-
- 09 Dec, 2005 1 commit
-
-
jimw@mysql.com authored
in NDB that the fix would cause due to improper registration of a transaction that isn't meant to be seen by the handler layer. (Bug #14212) Thanks to Sergei Golubchik for helping with this.
-
- 25 Nov, 2005 1 commit
-
-
mikael@mysql.com authored
The previous variant where it was a specific ha_partition method only worked for the partition handler. It was unfortunately called also for the NDB handler and in this case it called a random method in the NDB handler with random input.
-
- 24 Nov, 2005 1 commit
-
-
mskold@mysql.com authored
-
- 23 Nov, 2005 1 commit
-
-
monty@mysql.com authored
The table opening process now works the following way: - Create common TABLE_SHARE object - Read the .frm file and unpack it into the TABLE_SHARE object - Create a TABLE object based on the information in the TABLE_SHARE object and open a handler to the table object Other noteworthy changes: - In TABLE_SHARE the most common strings are now LEX_STRING's - Better error message when table is not found - Variable table_cache is now renamed 'table_open_cache' - New variable 'table_definition_cache' that is the number of table defintions that will be cached - strxnmov() calls are now fixed to avoid overflows - strxnmov() will now always add one end \0 to result - engine objects are now created with a TABLE_SHARE object instead of a TABLE object. - After creating a field object one must call field->init(table) before using it - For a busy system this change will give you: - Less memory usage for table object - Faster opening of tables (if it's has been in use or is in table definition cache) - Allow you to cache many table definitions objects - Faster drop of table
-
- 21 Nov, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Backport from 5.0
-
- 18 Nov, 2005 1 commit
-
-
mskold@mysql.com authored
-
- 17 Nov, 2005 1 commit
-
-
mskold@mysql.com authored
-