An error occurred fetching the project authors.
- 19 May, 2004 1 commit
-
-
guilhem@mysql.com authored
(fix by our Harrison Fisk): when one does SET GLOBAL SERVER_ID=x, we must set server_id_supplied to 1.
-
- 17 Mar, 2004 1 commit
-
-
konstantin@mysql.com authored
client library: - implemented 'check_license' function
-
- 11 Mar, 2004 2 commits
-
-
guilhem@mysql.com authored
re-using unused LOCK_active_mi to serialize all administrative commands related to replication: START SLAVE, STOP SLAVE, RESET SLAVE, CHANGE MASTER, init_slave() (replication autostart at server startup), end_slave() (replication autostop at server shutdown), LOAD DATA FROM MASTER. This protects us against a handful of deadlocks (like BUG#2921 when two START SLAVE, but when two STOP SLAVE too). Removing unused variables.
-
jani@ua72d24.elisa.omakaista.fi authored
-
- 06 Mar, 2004 1 commit
-
-
monty@mysql.com authored
Allow one to force lower_case_table_names to 0, even if the file system is case insensitive. This fixes some issues on Mac OS X (Bug #2994) Added variables "lower_case_file_system", "version_compile_os" and "license"
-
- 04 Mar, 2004 2 commits
-
-
jani@ua72d24.elisa.omakaista.fi authored
Setting insert delayed threads = 0 at mysql_init_command.
-
bell@sanja.is.com.ua authored
fixed linking query_prealloc_size to query cache presence
-
- 02 Mar, 2004 1 commit
-
-
konstantin@mysql.com authored
- server-side variable 'license' added
-
- 02 Feb, 2004 1 commit
-
-
konstantin@mysql.com authored
"system variable query_prealloc_size can be only global"
-
- 30 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Added support for lower_case_table_names=2, which is to be used on case insensitive file systems. This tells MySQL to preserve the used case of filenames and database names to make it esier to move files between cases sensitive can case insensitive file systems (like Windows and Linux)
-
- 17 Dec, 2003 1 commit
-
-
vva@eagle.mysql.r18.ru authored
(bug #2086)
-
- 26 Nov, 2003 1 commit
-
-
monty@mysql.com authored
This makes it possible to check origin of binary from the output of 'show variables'
-
- 16 Oct, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 14 Oct, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 11 Oct, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
query_alloc_block_size, query_prealloc_size, range_alloc_block_size,transaction_alloc_block_size and transaction_prealloc_size Add more checks for "out of memory" detection in range optimization
-
- 06 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 21 Aug, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 17 Aug, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Changed some non fatal myisamchk error messages to warnings
-
- 06 Jul, 2003 1 commit
-
-
guilhem@mysql.com authored
FLUSH LOGS now rotates relay logs, and a new variable max_relay_log_size. Plus a very small bit of code cleaning.
-
- 29 Jun, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 27 Jun, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Change optimizer to prefer key lookups before table scan Change table scans to be done after tables with constrains on scanned table
-
- 19 Jun, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
Task ID 894: Backport default_week_format variable to 4.0
-
- 26 May, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Added read_only variable
-
- 19 May, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 13 May, 2003 2 commits
-
-
jani@hynda.(none) authored
Bug ID 381.
-
jani@hynda.(none) authored
- Fix for QNX: UNIX sockets available since 6.2.1
-
- 04 May, 2003 2 commits
-
-
serg@serg.mylan authored
-
peter@mysql.com authored
of dirty pages in the buffer pool (can be changed online)
-
- 24 Apr, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 19 Mar, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 05 Mar, 2003 1 commit
-
-
serg@serg.mysql.com authored
"very new functions" - for now 4.1-compatible TIMESTAMT format
-
- 28 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Call pthread_mutex_destroy() on not used mutex. Changed comments in .h and .c files from // -> /* */ Added detection of mutex on which one didn't call pthread_mutex_destroy() Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression" Added optimisation for ORDER BY NULL
-
- 27 Jan, 2003 3 commits
-
-
Administrador@light. authored
-
serg@serg.mysql.com authored
-
serg@serg.mysql.com authored
-
- 20 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
This fixed some optimization problems when using -DBIG_TABLES Portabilty fixes for OpenUnix and HPUX Added C and C++ version numbers to mysqlbug
-
- 05 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Made keybuff_size longlong (To make show variables work similar on 32 and 64 bit systems) Fixed some 'not initalized variable errors' in multi-table-update. Fixed memory leak in multi-table-update. Now all tests works under valgrind without any errors.
-
- 19 Nov, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
Fix potential bus error in 64-bit computers in SHOW VARIABLES, if int is only 32-bit in them
-
- 14 Nov, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 07 Nov, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Let MySQL 4.0 read 4.1 .frm files without 4.1 specific extensions New variables @@rand_seed1 and @@rand_seed2 (used by replication) DROP TEMPORARY TABLE
-