An error occurred fetching the project authors.
- 05 Mar, 2004 1 commit
-
-
vva@eagle.mysql.r18.ru authored
- get my_strtod to return inf - get Field_float::store(double) and Field_double::store(float) to set null for nan value (as extra serg's recomendations to fix for patch on Bug #2082 'mysqldump converts "inf" to null')
-
- 04 Mar, 2004 1 commit
-
-
vva@eagle.mysql.r18.ru authored
added commands vertical_results and horisontal_results to client/mysqltest.c
-
- 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)
-
- 21 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Fixed bug in ORDER BY on a small column (Bug #2147) Fixed error from pthread_mutex_destroy() when one had wrong errmsg file
-
- 18 Dec, 2003 1 commit
-
-
jani@rhols221.arenanet.fi authored
-
- 16 Dec, 2003 5 commits
-
-
jani@rhols221.adsl.netsonic.fi authored
-
monty@mysql.com authored
Make ENGINE= an alias for TYPE= (Compabiltiy with 4.1) Fix when using symlinked data files and realpath() is not working
-
jani@rhols221.adsl.netsonic.fi authored
-
jani@rhols221.adsl.netsonic.fi authored
command delimiter to change the default delimiter (;) to something else, a string upto 16 characters is allowed. Separate the sub queries with ';' and end the whole statement with your own delimiter.
-
monty@mysql.com authored
-
- 09 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Added checking of return value from malloc() in reg_init()
-
- 20 Nov, 2003 1 commit
-
-
monty@mysql.com authored
Portability fixes After merge fixes
-
- 08 Oct, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 29 Sep, 2003 2 commits
-
-
dlenev@mysql.com authored
Added resetting of replace_result patterns after --exec command in mysqltest (in order to be consistent with ordinary query execution).
-
monty@narttu.mysql.fi authored
Add quoting for use `database` for mysqlbinlog Removed test ins0000001 Add support for --replace for exec in mysqltest Don't refer to install dir in mysqlbinlog.result
-
- 24 Sep, 2003 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 19 Sep, 2003 1 commit
-
-
hf@deer.(none) authored
embedded library hash_insert renamed to my_hash_insert to avoid name intersection with another libraries is there better idea?
-
- 18 Sep, 2003 1 commit
-
-
hf@deer.(none) authored
embedded library I decided to get rid of #define mysql_some_function in mysql.h It puzzles users and makes problems with dynamic libraries Finally, there are only two functions left, that are covered with the #define-s and it won't hurt performance at all
-
- 08 Sep, 2003 1 commit
-
-
ram@mysql.r18.ru authored
-
- 28 Aug, 2003 1 commit
-
-
monty@narttu.mysql.fi 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
-
-
serg@serg.mylan authored
-
- 18 Aug, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Use server character set if --default-character-set is not used Added convert_string() for more efficient alloc+character-set convert of strings
-
- 27 Jun, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added command 'replace_column' to mysqltest
-
- 17 Jun, 2003 1 commit
-
-
hf@deer.(none) authored
client capabilities included into libmysqld some API methods became "virtual" lots of duplicated code removed IMHO all the above made library's code way more pleasant to look at, didn't it?
-
- 16 Jun, 2003 1 commit
-
-
guilhem@mysql.com authored
More messages. Testcase for bug 651.
-
- 13 Jun, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 04 Jun, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
bmove_allign -> bmove_align Added OLAP function ROLLUP Split mysql_fix_privilege_tables to a script and a .sql data file Added new (MEMROOT*) functions to avoid calling current_thd() when creating some common objects. Added table_alias_charset, for easier --lower-case-table-name handling Better SQL_MODE handling (Setting complex options also sets sub options) New (faster) assembler string functions for x86
-
- 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)
-
- 21 May, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added initialization of all important global variables
-
- 16 Mar, 2003 1 commit
-
-
root@home.(none) authored
system_charset_info was removed
-
- 11 Mar, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 04 Mar, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Fixed bug in LOCK TABLE + DROP TABLE when other thread was waiting for a table that was locked bug not droped
-
- 03 Mar, 2003 1 commit
-
-
guilhem@mysql.com authored
+ fix for #70 + test result fix for LOAD DATA LOCAL bug #82
-
- 19 Feb, 2003 1 commit
-
-
pem@mysql.com authored
-
- 14 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed problem with LIKE and BINARY
-
- 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
-
- 07 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed test suite for HPUX 10.20 and MacOSX
-
- 05 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names. changed store_warning() -> push_warning_print()
-
- 04 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Removed mysql_warnings() API function. Post merge fixes.
-