An error occurred fetching the project authors.
- 17 Jan, 2006 1 commit
-
-
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
-
- 10 Jan, 2006 1 commit
-
-
gluh@eagle.intranet.mysql.r18.ru authored
added I_S 'PARTITIONS' table
-
- 21 Dec, 2005 1 commit
-
-
acurtis@xiphis.org authored
Give BerkeleyDB savepoints Remove "enum db_type" from most of the code
-
- 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.
-
- 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
-
- 19 Nov, 2005 1 commit
-
-
patg@krsna.patg.net authored
Patch that fixes crashing when partition uses blackole for underlying tables.
-
- 06 Oct, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 19 Aug, 2005 1 commit
-
-
Added new syntax for partition management
-
- 18 Jul, 2005 1 commit
-
-
mronstrom@mysql.com authored
-