An error occurred fetching the project authors.
- 16 Aug, 2004 1 commit
-
-
konstantin@mysql.com authored
-
- 11 Aug, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 24 Jun, 2004 1 commit
-
-
ingo@mysql.com authored
Added put_length() to get_length() and unpack_key() to pack_key(). Keys were packed with the minimum size of the length field for the key part and unpacked with length size of the base column. For the purpose of optimal key packing we have the method pack_key(), while rows are packed with pack(). Now keys are unpacked with unpack_key() and no longer with unpack() which is used for rows.
-
- 07 Jun, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 28 Apr, 2004 1 commit
-
-
monty@mysql.com authored
Output TIMESTAMP in 4.1 format for 4.1 tables (or for TIMESTAMP(19)) (portability fix) Fixed that INTERVAL can handle big integers. (Bug #3498) Fixed that hostname="" works identical as hostname="%" for table/column grants (Bug #3473)
-
- 30 Jan, 2004 2 commits
-
-
dlenev@mysql.com authored
Moved all range checks for TIMESTAMP value to my_gmt_sec(). Also fixed check of upper boundary of TIMESTAMP range (which also now will catch datetime values which are too small for TIMESTAMP in case if time_t is unsigned).
-
dlenev@mysql.com authored
values for TIMESTAMP columns. The solution is not perfect since we just silently ignoring default value for first TIMESTAMP column and properly reflecting this fact in SHOW CREATE TABLE. We can't give a warning or simply support standard syntax (niladic functions as legal value for default) for first field since it is 4.0 tree.
-
- 17 Dec, 2003 2 commits
-
-
monty@mysql.com authored
-
vva@eagle.mysql.r18.ru authored
(char * -> const char*)
-
- 16 Dec, 2003 1 commit
-
-
monty@mysql.com authored
-
- 13 Dec, 2003 2 commits
-
-
vva@eagle.mysql.r18.ru authored
-
vva@eagle.mysql.r18.ru authored
(bug #2023)
-
- 10 Dec, 2003 1 commit
-
-
konstantin@mysql.com authored
-
- 04 Dec, 2003 1 commit
-
-
dlenev@mysql.com authored
if we failed to classify integer as datetime in Field_datetime::store(). Stylistic clean-ups.
-
- 02 Dec, 2003 1 commit
-
-
dlenev@mysql.com authored
about it". Now numbers representing illegal timestamps are converted to 0 value if they are stored as timestamp or datetime. This behaviour is consistent with manual and with behaviour of string -> timestamp conversion.
-
- 18 Nov, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 22 Aug, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Move test that uses many tables (in query_cache.test) to separate test so that we can get it 'skipped' instead of 'failed' on system where we can't open many files.
-
- 20 Aug, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Set min value of max_allowed_packet to 1024 Fixed problem with UNION's without braces and SQL_CALC_FOUND_ROWS, LIMIT #,# and ORDER BY...LIMIT
-
- 12 Aug, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 27 May, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Fixed problem with localtime -> gmt where some times resulted in different (but correct) timestamps. Now MySQL should use the smallest possible timestamp value in this case. (Bug 316)
-
- 27 Apr, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Use 0x.... as strings if 'new' mode. (bug 152) Don't report -max on windows when InnoDB is enabled. (bug 332) Reset current_linfo; This could cause a hang when doing PURGE LOGS. Fix for row numbers in EXPLAIN (bug 322) Fix that USE_FRM works for all table types (bug 97)
-
- 23 Apr, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Added optimzation for clustered index Fixed bug in UPDATE ... ORDER BY Fixed handling of UPDATE ... LIMIT
-
- 12 Mar, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 06 Mar, 2003 1 commit
-
-
serg@serg.mysql.com authored
-
- 05 Mar, 2003 1 commit
-
-
serg@serg.mysql.com authored
"very new functions" - for now 4.1-compatible TIMESTAMT format
-
- 11 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 05 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed 'not initialized' memory error.
-
- 07 Nov, 2002 2 commits
-
-
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
-
monty@butch. authored
-
- 06 Nov, 2002 1 commit
-
-
peter@mysql.com authored
-
- 30 Oct, 2002 1 commit
-
-
peter@mysql.com authored
-
- 13 Oct, 2002 1 commit
-
-
peter@mysql.com authored
-
- 30 Jul, 2002 1 commit
-
-
peter@mysql.com authored
-
- 23 Jul, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Made a some new buffers thread specific and changeable. Resize of key_buffer. AUTO_COMMIT -> AUTOCOMMIT Fixed mutex bug in DROP DATABASE Fixed bug when using auto_increment as second part of a key where first part could include NULL. Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers. Don't write message to error log when slave reconnects becasue of timeout. Fixed possible update problem when using DELETE/UPDATE on small tables (In some cases we used index even if table scanning would be better) A lot of minior code cleanups
-
- 28 Jun, 2002 2 commits
-
-
monty@hundin.mysql.fi authored
Portability fixes. Removed compiler warnings.
-
monty@hundin.mysql.fi authored
-
- 24 Jun, 2002 1 commit
-
-
peter@linux.local authored
-
- 11 Jun, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
(All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
-
- 05 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Added missing mutex_unlock to slave replication code.
-
- 02 May, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-