- 23 Nov, 2005 19 commits
-
-
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
-
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
-
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
-
bell@sanja.is.com.ua authored
-
kent@mysql.com authored
Changed version to 5.1.3
-
- 22 Nov, 2005 20 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
-
eric@mysql.com authored
into mysql.com:/home/eric/fed-txn-mysql-5.1-new
-
joerg@mysql.com authored
-
joerg@mysql.com authored
-
joerg@mysql.com authored
-
joerg@mysql.com authored
Fix a possible problem on RPM un-install. bug#15145
-
tomas@poseidon.ndb.mysql.com authored
make sure ndb threads are not started with too small stacksize (which results in default, much too big, stack size to be used) moved initialization of ndbd fs block first to ensure that it gets enough space for allocation of file system thread stacks changed event buffer reporting in ndb to occur not as often corrected the bank application corrected output from run-test make-config.sh
-
pem@mysql.com authored
-
pem@mysql.com authored
-
pem@mysql.com authored
into mysql.com:/usr/home/pem/show-sp-code/mysql-5.0
-
pem@mysql.com authored
-
lars@mysql.com authored
into mysql.com:/users/lthalmann/bk/mysql-5.0-hexdump
-
lars@mysql.com authored
Changed wrong printf to fprintf.
-
ingo@production.mysql.com authored
into production.mysql.com:/usersnfs/istruewing/autopush/mysql-5.0
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-distcheck
-
- 21 Nov, 2005 1 commit
-
-
patg@krsna.patg.net authored
into krsna.patg.net:/home/patg/mysql-build/mysql-5.1-new
-