An error occurred fetching the project authors.
  1. 29 Nov, 2006 1 commit
    • monty@mysql.com/narttu.mysql.fi's avatar
      Added back sql-bench directory, so that one can more easily run benchmarks on... · 23263db6
      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"
      23263db6
  2. 06 Sep, 2006 1 commit
  3. 24 Aug, 2006 1 commit
  4. 14 Aug, 2006 1 commit
  5. 17 Jun, 2006 1 commit
    • serg@serg.mylan's avatar
      atomic ops: · 48c453a4
      serg@serg.mylan authored
          my_atomic_XX_t -> intXX, no implicit locking anymore
          simplified framework, support for requested cleanups
      48c453a4
  6. 12 Jun, 2006 1 commit
  7. 17 May, 2006 1 commit
  8. 15 May, 2006 1 commit
  9. 16 Apr, 2006 1 commit
  10. 23 Feb, 2006 1 commit
  11. 18 Feb, 2006 1 commit
    • kent@mysql.com's avatar
      mysqlimport.c: · a50023d7
      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
      a50023d7
  12. 14 Feb, 2006 2 commits
    • serg@serg.mylan's avatar
      post-merge fixes for dbug · 4e68f1ba
      serg@serg.mylan authored
      4e68f1ba
    • serg@serg.mylan's avatar
      dbug changes: · 63cfd118
      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
      63cfd118
  13. 03 Feb, 2006 1 commit
  14. 18 Dec, 2004 1 commit
    • monty@mysql.com's avatar
      Add 0x before pointers (to help with debugging) · 3fb088a0
      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)
      3fb088a0
  15. 10 Nov, 2004 1 commit
  16. 04 Nov, 2004 1 commit
  17. 27 May, 2004 1 commit
  18. 02 Feb, 2004 1 commit
  19. 09 Dec, 2003 1 commit
  20. 04 Jun, 2003 1 commit
    • monty@narttu.mysql.fi's avatar
      Added SQLSTATE to client/server protocol · 23145cfe
      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
      23145cfe
  21. 11 Mar, 2003 1 commit
  22. 11 Jun, 2002 1 commit
  23. 30 Mar, 2002 1 commit
  24. 27 Mar, 2002 1 commit
  25. 23 Jan, 2002 1 commit
  26. 13 Sep, 2001 1 commit
  27. 30 Aug, 2001 1 commit
  28. 21 Aug, 2001 1 commit
  29. 25 Mar, 2001 1 commit
  30. 31 Jul, 2000 1 commit