- 26 May, 2003 2 commits
- 19 May, 2003 2 commits
-
-
unknown authored
into narttu.mysql.fi:/my/mysql-4.0 sql/mysql_priv.h: Auto merged
-
unknown authored
myisam/myisamchk.c: Removed warning from fulltext when repairing many tables with fulltext index sql/init.cc: Remove not used variables sql/mysql_priv.h: Remove not used variables sql/mysqld.cc: Removed not used variables Added option --read-only Change opt_do_pstack and master_ssl to get them to work with my_getopt sql/set_var.cc: Option --read-only sql/sql_parse.cc: Option --read-only
-
- 18 May, 2003 1 commit
-
-
unknown authored
Better instructions for the user if adding of new ibdata files fails innobase/srv/srv0start.c: Better instructions for the user if adding of new ibdata files fails
-
- 17 May, 2003 1 commit
-
-
unknown 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 innobase/buf/buf0buf.c: 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 3 commits
-
-
unknown 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++ sql/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++ sql/ha_innodb.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++ innobase/trx/trx0trx.c: Add forgotten return value (it was not used anywhere, fortunately) innobase/include/buf0lru.h: 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 innobase/buf/buf0buf.c: 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 innobase/buf/buf0flu.c: 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 innobase/buf/buf0lru.c: 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
-
unknown authored
-
unknown authored
- QNX 6.2.1 actually defines HAVE_RINT - fixed rint(A) #define as it was causing compile errors on QNX include/my_global.h: - QNX 6.2.1 actually defines HAVE_RINT - fixed rint(A) #define as it was causing compile errors on QNX BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
- 14 May, 2003 11 commits
-
-
unknown authored
-
unknown authored
acinclude.m4: Auto merged configure.in: Merge with 3.23 innobase/os/os0sync.c: No change sql/sql_show.cc: No change
-
unknown authored
into narttu.mysql.fi:/my/mysql-4.0
-
unknown authored
mysql-test/mysql-test-run.sh: Ensure that tests are sorted mysql-test/r/type_decimal.result: Test for bug with decimal() mysql-test/t/type_decimal.test: Test for bug with decimal() sql/sql_parse.cc: Fixed bug in CREATE ... DECIMAL(-1,1)
-
unknown authored
-
unknown authored
into narttu.mysql.fi:/my/mysql-3.23
-
unknown authored
Check return value of pthread_cond_... innobase/os/os0sync.c: Check return value of pthread_cond_...
-
unknown authored
Check that pthread_mutex_init and pthread_mutex_destroy return 0 innobase/os/os0sync.c: Check that pthread_mutex_init and pthread_mutex_destroy return 0
-
unknown authored
Backport from 4.0: We had forgotten to call pthread_mutex_destroy when we free an OS mutex in Unix innobase/os/os0sync.c: Backport from 4.0: We had forgotten to call pthread_mutex_destroy when we free an OS mutex in Unix
-
unknown authored
We had forgotten to call pthread_mutex_destroy when we free an OS mutex in Unix innobase/os/os0sync.c: We had forgotten to call pthread_mutex_destroy when we free an OS mutex in Unix
-
unknown authored
sql/sql_show.cc: SHOW TABLE STATUS displayed wrong Row_format for myisampack'ed tables.
-
- 13 May, 2003 20 commits
-
-
unknown authored
-
unknown authored
into narttu.mysql.fi:/my/mysql-4.0 sql/sql_parse.cc: Auto merged
-
unknown authored
Fix for USE_FRM and crashed index file configure.in: Fix for MacOSX and symlinks myisam/mi_open.c: Give better error message in case of of crashed index file mysql-test/r/repair.result: new test case mysql-test/r/update.result: new test case mysql-test/t/repair.test: Added test with crashed MyISAM index header mysql-test/t/update.test: Added test case from bugs system sql/handler.cc: Indentation changes sql/sql_table.cc: Fix for USE_FRM and crashed index file
-
unknown authored
into mysql.com:/home/mysql_src/mysql-4.0
-
unknown authored
SHOW SLAVE STATUS and SHOW MASTER STATUS, because this is what the manual states. We still accept SUPER.
-
unknown authored
into narttu.mysql.fi:/my/mysql-4.0 include/my_global.h: Auto merged
-
unknown authored
into hynda.(none):/home/my/bk/mysql-4.0
-
unknown authored
Bug ID 381.
-
unknown authored
into narttu.mysql.fi:/my/mysql-4.0
-
unknown authored
into mysql.com:/home/pem/work/mysql-4.0
-
unknown authored
nodeterministic results on some platforms
-
unknown authored
mysql-test/t/key.test: Forgot to correct comment (after fixing bug 390).
-
unknown authored
-
unknown authored
mysql-test/r/update.result: new test mysql-test/t/update.test: Test of UPDATE ... LIMIT sql/sql_update.cc: Fixed 'Unknown error' when using 'UPDATE ... LIMIT'
-
unknown authored
(thanks to Christian Hammers from the Debian project for providing it) - Updated version number in man pages (3.23 -> 4.0) man/Makefile.am: - added mysql_fix_privilege_tables(1) man page to man_MANS man/isamchk.1: - Updated version number ("MySQL-3.23" -> "MySQL 4.0") man/isamlog.1: - Updated version number ("MySQL-3.23" -> "MySQL 4.0") man/mysql.1: - Updated version number ("MySQL-3.23" -> "MySQL 4.0") man/mysql_zap.1: - Updated version number ("MySQL-3.23" -> "MySQL 4.0") man/mysqlaccess.1: - Updated version number ("MySQL-3.23" -> "MySQL 4.0") man/mysqladmin.1: - Updated version number ("MySQL-3.23" -> "MySQL 4.0") man/mysqld.1: - Updated version number ("MySQL-3.23" -> "MySQL 4.0") man/mysqld_multi.1: - Updated version number ("MySQL-3.23" -> "MySQL 4.0") man/mysqld_safe.1: - Updated version number ("MySQL-3.23" -> "MySQL 4.0") man/mysqldump.1: - Updated version number ("MySQL-3.23" -> "MySQL 4.0") man/mysqlshow.1: - Updated version number ("MySQL-3.23" -> "MySQL 4.0") man/perror.1: - Updated version number ("MySQL-3.23" -> "MySQL 4.0") man/replace.1: - Updated version number ("MySQL-3.23" -> "MySQL 4.0")
-
unknown authored
- Fix for QNX: UNIX sockets available since 6.2.1 include/my_global.h: Fix for QNX: UNIX sockets available since 6.2.1 mysql-test/r/variables.result: Fixed a bug in myisam_max_[extra]_sort_file_size, bug ID 339 mysql-test/t/variables.test: Fixed a bug in myisam_max_[extra]_sort_file_size, bug ID 339 sql/mysqld.cc: Fixed a bug in myisam_max_[extra]_sort_file_size, bug ID 339 sql/set_var.cc: Fixed a bug in myisam_max_[extra]_sort_file_size, bug ID 339 sql/set_var.h: Fixed a bug in myisam_max_[extra]_sort_file_size, bug ID 339
-
unknown authored
sql/sql_select.cc: Fixed problem with ansi mode and GROUP BY with constants
-
unknown authored
Fixed wrong logging of Access denied error (Bug #398) include/my_global.h: Fix for QNX mysql-test/r/union.result: new test case mysql-test/t/union.test: Test of bug in union and left join mysys/my_seek.c: Safety fix to find out when pos gets a wrong value sql/field.h: Fix for UNION and LEFT JOIN sql/mysql_priv.h: Fix for UNION and LEFT JOIN sql/sql_base.cc: Fix for UNION and LEFT JOIN sql/sql_insert.cc: Fix for UNION and LEFT JOIN sql/sql_parse.cc: Fixed wrong logging of Access denied error sql/sql_union.cc: Fix for UNION and LEFT JOIN sql/sql_update.cc: Fix for UNION and LEFT JOIN
-
unknown authored
into mashka.mysql.fi:/home/my/mysql-4.0
-
unknown authored
Needed by QNX, and there was no real use for timing.
-