- 21 May, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added initialization of all important global variables
-
- 19 May, 2003 6 commits
-
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.0
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.1
-
monty@narttu.mysql.fi authored
-
- 18 May, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Better instructions for the user if adding of new ibdata files fails
-
- 17 May, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
When calculating the buf pool dirty pages ratio, add also free pages to the LRU list length: no need to active flushing if there are lots of free pages in the buffer pool
-
- 16 May, 2003 4 commits
-
-
guilhem@mysql.com authored
-
heikki@hundin.mysql.fi authored
Search first only 10 % of the LRU list for a replaceable block before doing an LRU flush; enable again flushing of close pages also in a flush list (checkpointing) flush trx0trx.c: Add forgotten return value (it was not used anywhere, fortunately) ha_innodb.h, mysql_priv.h: Move declaration of srv_buf_pool_max_modified_pct to ha_innodb.h and enclose it to denote it is a C variable, not C++
-
mysqldev@build.mysql2.com authored
-
mysqldev@build.mysql2.com authored
- QNX 6.2.1 actually defines HAVE_RINT - fixed rint(A) #define as it was causing compile errors on QNX
-
- 15 May, 2003 7 commits
-
-
guilhem@mysql.com authored
into the binlog), SLAVE START -> START SLAVE, error test changes.
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1
-
guilhem@mysql.com authored
now by default, FLUSH, OPTIMIZE, ANALYZE, REPAIR commands are written to the binlog, unless the new NO_WRITE_TO_BINLOG keyword was used : OPTIMIZE NO_WRITE_TO_BINLOG table t; Previously these commands were never written to the binlog, but there are 2 reasons to change this : - the RENAME TABLE in MERGE table bug (#175) on slave - the possible "differently optimised queries may lead to different updates on the master and slave" bug, until we have automatic ORDER BY. FLUSH LOGS/SLAVE/MASTER/TABLES WITH READ LOCK are never written to the binlog. New test for the new logging behaviour. Other small change : reload_acl_and_cache() and reset_slave() don't send their errors themselves, this is more usual.
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.1
-
monty@narttu.mysql.fi authored
-
bar@bar.mysql.r18.ru authored
./configure --with-charset=big5 didn't work
-
- 14 May, 2003 13 commits
-
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.1
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.0
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-3.23
-
heikki@hundin.mysql.fi authored
Check return value of pthread_cond_...
-
heikki@hundin.mysql.fi authored
Check that pthread_mutex_init and pthread_mutex_destroy return 0
-
heikki@hundin.mysql.fi authored
Backport from 4.0: We had forgotten to call pthread_mutex_destroy when we free an OS mutex in Unix
-
heikki@hundin.mysql.fi authored
We had forgotten to call pthread_mutex_destroy when we free an OS mutex in Unix
-
monty@narttu.mysql.fi authored
-
- 13 May, 2003 7 commits
-
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.0
-
monty@narttu.mysql.fi authored
Fix for USE_FRM and crashed index file
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
SHOW SLAVE STATUS and SHOW MASTER STATUS, because this is what the manual states. We still accept SUPER.
-
guilhem@mysql.com authored
new test for this.
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.0
-