An error occurred fetching the project authors.
- 29 Nov, 2006 1 commit
-
-
monty@mysql.com/narttu.mysql.fi authored
Added back sql-bench directory, so that one can more easily run benchmarks on a server and add new benchmarks for new optimizations Fixed memory leak in _db_set() (Bug#24497 Valgrind warning: get_one_option) Don't call net_clear() on COM_QUIT. This avoids a warning from net_clear() after shutdown: "skipped ## bytes from file" BUG#21428: skipped 9 bytes from file: socket (3)" on "mysqladmin shutdown"
-
- 06 Sep, 2006 1 commit
-
-
cmiller@zippy.cornsilk.net authored
-
- 24 Aug, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 14 Aug, 2006 1 commit
-
-
kostja@bodhi.local authored
-
- 17 Jun, 2006 1 commit
-
-
serg@serg.mylan authored
my_atomic_XX_t -> intXX, no implicit locking anymore simplified framework, support for requested cleanups
-
- 12 Jun, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
- Define DBUG_ON and DBUG_OFF in config.h
-
- 17 May, 2006 1 commit
-
-
knielsen@mysql.com authored
-
- 15 May, 2006 1 commit
-
-
knielsen@mysql.com authored
-
- 16 Apr, 2006 1 commit
-
-
brian@zim.(none) authored
-
- 23 Feb, 2006 1 commit
-
-
konstantin@mysql.com authored
-
- 18 Feb, 2006 1 commit
-
-
kent@mysql.com authored
Handle case where there is no snprintf() libmysql.vcproj, mysqlclient.vcproj: Added __WIN__ symbol, needed when compiling dbug.c dbug.vcproj: Changed __WIN32__ to __WIN__ dbug.c: Added Windows specific code to handle TIMESTAMP_ON log line format make_win_src_distribution.sh: Copy plugin directory recursively dbug.vcproj: Define __WIN__ for all targets
-
- 14 Feb, 2006 2 commits
-
-
serg@serg.mylan authored
-
serg@serg.mylan authored
1. dbug state is now local to a thread 2. new macros: DBUG_EXPLAIN, DBUG_EXPLAIN_INITIAL, DBUG_SET, DBUG_SET_INITIAL, DBUG_EVALUATE, DBUG_EVALUATE_IF 3. macros are do{}while(0) wrapped 4. incremental modifications to the dbug state (e.g. "+d,info:-t") 5. dbug code cleanup, style fixes 6. _db_on_ and DEBUGGER_ON/OFF removed 7. rest of MySQL code fixed because of 3 (missing ;) and 6 8. dbug manual updated 9. server variable @@debug (global and local) to control dbug from SQL! a. -#T to print timestamps in the log
-
- 03 Feb, 2006 1 commit
-
-
Inserted monty patch to allow for adding and dropping DBUG keywords per thread
-
- 18 Dec, 2004 1 commit
-
-
monty@mysql.com authored
Add support for VARCHAR with 1 or 2 length bytes Enable VARCHAR packing in MyISAM files (previous patch didn't pack data properly) Give error if we got problems in temporary tables during a SELECT Don't use new table generated by ALTER TABLE if index generation fails Fixed wrong call by range_end() (Could cause an ASSERT in debug mode)
-
- 10 Nov, 2004 1 commit
-
-
monty@mysql.com authored
Print position in normal log for Binlog dump
-
- 04 Nov, 2004 1 commit
-
-
serg@serg.mylan authored
charset2html moved from mysys to extra ignore: new files added, garbage removed
-
- 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.
-
- 02 Feb, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 09 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Added checking of return value from malloc() in reg_init()
-
- 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
-
- 11 Mar, 2003 1 commit
-
-
monty@mashka.mysql.fi 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.
-
- 30 Mar, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
If no problems are discovered in the next week, this will make the replication code ready for 4.0.2 release.
-
- 27 Mar, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
down replication corruption
-
- 23 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Faster 'read_first_row' (Fixes slow 'preparing' state) Read constant tables earlier, which provides better optimzations when using tables with <=1 row. This also fixes a complicated bug involving const tables.
-
- 13 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed problem with LIKE with latin1_de Added parsing support of UNSIGNED LONG LONG
-
- 30 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 21 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fix bug in isamlog Add argument types to function declarations.
-
- 25 Mar, 2001 1 commit
-
-
monty@donna.mysql.fi authored
(For glibc 2.2)
-
- 31 Jul, 2000 1 commit
-
-
bk@work.mysql.com authored
-