- 24 Nov, 2005 4 commits
-
-
monty@mysql.com authored
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.1-TDC
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.1
-
monty@mysql.com authored
Larger stack size neaded for open table on x86 64 bit Fix failing test cases Deleted symlink from bk
-
- 23 Nov, 2005 24 commits
-
-
ranger@regul.home.lan authored
into regul.home.lan:/mnt/md/bk/mysql-5.0
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.1-TDC
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.1
-
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
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-5.0-root
-
konstantin@mysql.com authored
check_stack_overrun().
-
monty@mysql.com authored
Removed warnings that depends on floating point comparisions in type_newdecimal.test which caused failures in some setups
-
-
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-new
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
-
joerg@mysql.com authored
into mysql.com:/M51/mysql-5.1
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
-
tomas@poseidon.ndb.mysql.com authored
updated listen_event to handle _all_ events
-
joerg@mysql.com authored
into mysql.com:/M51/mysql-5.1
-
pem@mysql.com authored
into mysql.com:/usr/home/pem/mysql-5.1-new
-
tomas@poseidon.ndb.mysql.com authored
-
bell@sanja.is.com.ua authored
-
joerg@mysql.com authored
-
pem@mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
(currently causes nodefailure)
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
-
serg@serg.mylan authored
-
bell@sanja.is.com.ua authored
-
kent@mysql.com authored
Changed version to 5.1.3
-
- 22 Nov, 2005 12 commits
-
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-merge-5.0
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-merge-5.0
-
bell@sanja.is.com.ua authored
if inner routine has more local variables than outer one, and one of its last variables was used as argument to NOT operator". THD::spcont was non-0 when we were parsing stored routine/trigger definition during execution of another stored routine. This confused methods of Item_splocal and forced them use wrong runtime context. Fix ensures that we always have THD::spcont equal to zero during routine/trigger body parsing. This also allows to avoid problems with errors which occur during parsing and SQL exception handlers.
-
eric@mysql.com authored
into mysql.com:/home/eric/fed-txn-mysql-5.1-new
-
ranger@regul.home.lan authored
Corrected function declaration
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
-
serg@serg.mylan authored
-
eric@mysql.com authored
into mysql.com:/home/eric/fed-txn-mysql-5.1-new
-
joerg@mysql.com authored
-
joerg@mysql.com authored
-