An error occurred fetching the project authors.
- 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
-
- 05 Nov, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Some simple optimizations
-
- 29 Oct, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Added bug fix from 3.23 for AIX 4.3.3 and gcc 3.x Small change in EXCHANGE output Propagate open-files-limit from mysqld_safe -> mysqld Fixed speed bug in GROUP BY Added quotes around database name in CREATE DATABASE db_name (for binary log)
-
- 24 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Only write short usage if one starts mysqldump without any options Added query cache on windows Added error message if one can't read privilege tables
-
- 22 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
SET PASSWORD=... closed connection on error.
-
- 28 Aug, 2002 3 commits
-
-
Sinisa@sinisa.nasamreza.org authored
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
- 12 Aug, 2002 2 commits
-
-
monty@hundin.mysql.fi authored
able delay_key_write as default (as it was in 4.0.2)
-
monty@hundin.mysql.fi authored
Fixed some windows portability problems and removed some compiler warnings Cleaned up QUOTE() function and fixed bug in \0 and \Z handling.
-
- 08 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Make safe_mysqld a symlink to mysqld_safe in binary distribution Fixed problem with CTRL-C when using mysqld --bootstrap
-