An error occurred fetching the project authors.
- 19 Aug, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 10 Jun, 2004 1 commit
-
-
konstantin@mysql.com authored
some reason wasn't included before. A lot of files cleaned up from #include <assert.h>
-
- 27 May, 2004 1 commit
-
-
dlenev@brandersnatch.localdomain authored
produce hex digits in lower case). (fixed version) Replaced _dig_vec array with two _dig_vec_upper/_dig_vec_lower arrays. Added extra argument to int2str function which controls case of digits you get. Replaced lot of invocations of int2str for decimal radix with more optimized int10_to_str() function. Removed unused my_itoa/my_ltoa functions.
-
- 08 Apr, 2004 1 commit
-
-
monty@mysql.com authored
Revert main parts of patch for online index builds. Should be done differently Added support for %lx in my_snprintf()
-
- 03 Nov, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Cleaned up (and disabled part of) date/time/datetime format patch. One can't anymore change default read/write date/time/formats. This is becasue the non standard datetime formats can't be compared as strings and MySQL does still a lot of datetime comparisons as strings Changed flag argument to str_to_TIME() and get_date() from bool to uint Removed THD from str_to_xxxx functions and Item class. Fixed core dump when doing --print-defaults Move some common string functions to strfunc.cc Dates as strings are now of type my_charset_bin instead of default_charset() Introduce IDENT_QUOTED to not have to create an extra copy of simple identifiers (all chars < 128) Removed xxx_FORMAT_TYPE enums and replaced them with the old TIMESTAMP_xxx enums Renamed some TIMESTAMP_xxx enums to more appropriate names Use defines instead of integers for date/time/datetime string lengths Added to build system and use the new my_strtoll10() function.
-
- 21 Apr, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
The last character was not printed into out string
-
- 03 Apr, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 29 Jan, 2003 2 commits
-
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
-
- 14 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
(Note: test 'union' fails, but Sanja promised to fix this)
-
- 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()
-
- 12 Mar, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
-
- 02 Mar, 2002 3 commits
-
-
sasha@mysql.sashanet.com authored
overrun sentry in my_vsnprintf() test will not be pushed yet
-
sasha@mysql.sashanet.com authored
-
sasha@mysql.sashanet.com authored
fixed replication bug - flush_master_info() needs to be called every time we read an event from master this is will not be pushed yet
-
- 06 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
-
- 21 Feb, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Added test for ALTER TABLE ORDER BY
-
- 24 Jan, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
slave will skip the first SQL_SLAVE_SKIP_COUNTER events on start - this is needed to recover from broken replication when the next log event(s) should just be skipped. Rotate binlogs when max_binlog_size is reached
-
- 20 Jan, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
added send/reap/dirty_close include/mysql.h mysql_send_query()/mysql_reap_query() libmysql/libmysql.c mysql_send_query()/mysql_reap_query() mysys/my_vsnprintf.c fixed critical bug that codedumped when connection aborted sql/sql_parse.cc 0 mysql-test/r/dirty-close.result New BitKeeper file ``mysql-test/r/dirty-close.result'' mysql-test/t/dirty-close.test New BitKeeper file ``mysql-test/t/dirty-close.test''
-
- 17 Nov, 2000 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 15 Nov, 2000 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 31 Jul, 2000 1 commit
-
-
bk@work.mysql.com authored
-