An error occurred fetching the project authors.
- 11 Jan, 2005 1 commit
-
-
jani@ua141d10.elisa.omakaista.fi authored
-
- 13 Nov, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
used only one implementation of format parser of (printf) fixed multistatement
-
- 12 Nov, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 11 Nov, 2004 1 commit
-
-
konstantin@mysql.com authored
-
- 07 Sep, 2004 1 commit
-
-
jani@rhols221.adsl.netsonic.fi authored
FLOAT columns".
-
- 11 Aug, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 11 May, 2004 1 commit
-
-
monty@mysql.com authored
-
- 13 Feb, 2004 1 commit
-
-
serg@serg.mylan authored
strtod from mit-threads is restored and cleaned up
-
- 10 Dec, 2003 1 commit
-
-
konstantin@mysql.com authored
-
- 05 Aug, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 02 Jul, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 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)
-
- 16 Apr, 2003 1 commit
-
-
venu@myvenu.com authored
Fix broken windows distribution workspace file (libmysql.dsp), which is causing VC IDE to crash while loading Remove ctype_latin1_de.c from respective dsp files Fix to make_win_src_distribution.sh to delete all newly added IS Bitkeeper files
-
- 07 Apr, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
Two separate classes sys_var_client_collation and sys_var_literal_collation have been added for "literal_collation" and "client_collation" variables.
-
- 13 Mar, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
Unnesessary binary() calls have been removed
-
- 12 Mar, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Changed that analyse(#) also affects strings
-
- 04 Mar, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
into the only one sortcmp() with additional CHARSET_INFO *cmp_charset argument.
-
- 26 Feb, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
Some default_charset_info were removed sql_select.cc: Some default_charset_info were removed.
-
- 14 Feb, 2003 2 commits
-
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
- 19 Dec, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 14 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Changed timestamp to return string in YYYY-MM-DD HH:MM:SS format. DATE_ADD() and related functions now returns correct DATE/DATETIME type depending on argument types. Now all tests passes, still some work left to remove warnings in log files from mysql-test-run
-
- 12 Dec, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
Scrum task !!!!!
-
- 11 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Added syntax support for CREATE TABLE foo (a char CHARACTER SET latin1) CHARSET=latin1;
-
- 09 Dec, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 05 Dec, 2002 2 commits
-
-
bell@sanja.is.com.ua authored
prohibited using procedure inside subquery fixed error handling of procedure analize
-
Sinisa@sinisa.nasamreza.org authored
-
- 04 Dec, 2002 1 commit
-
-
lenz@mysql.com authored
- sql_analyse.cc: Fixed bug in decimal handling
-
- 09 Nov, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 06 Nov, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
to compose strings appeared without charset context, for example, in convertion from numer into string type.
-
- 30 Oct, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 25 Oct, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 02 Oct, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Warning handling and initial prepared statement handling (last not complete yet) Changed a lot of functions that returned 0/1 to my_bool type. GRANT handling now uses read/write locks instead of mutex Change basic net functions to use THD instead of NET (needed for 4.1 protocol) Use my_sprintf instead of sprintf() + strlen() Added alloc_query() to be able to chare query initialization code with prepared statements. Cleanup handling of SHOW COUNT(*) WARNINGS and SELECT LAST_INSERT_ID() Note that the following test fails (will be fixed ASAP): sub_select, union, rpl_rotate_logs and rpl_mystery22
-
- 03 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Added syntax for column comments (for compability with 4.1) Fix of ALTER TABLE RENAME
-
- 17 May, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
SELECT func(charset2) FROM t ORDER BY 1 works in correct charset
-
- 25 Apr, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
Renamed _hp_func -> hp_func mi_key_cmp moved to /mysys/my_handler.c New tests for HEAP tables
-
- 12 Mar, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
-
- 16 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed bug in multi-table-delete
-
- 06 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
-
- 02 Aug, 2001 1 commit
-
-
monty@tik.mysql.fi authored
New faster list iterators Change list code to be simpler and faster Optimize count(distinct) New error messages for UNION Make create_tmp_table more general to be usable by UNION
-