An error occurred fetching the project authors.
  1. 27 May, 2008 1 commit
  2. 11 Apr, 2007 1 commit
  3. 06 Apr, 2006 1 commit
  4. 05 Apr, 2006 2 commits
  5. 19 Jan, 2005 1 commit
  6. 13 Jan, 2005 1 commit
  7. 29 Jul, 2004 1 commit
  8. 24 May, 2004 1 commit
  9. 18 Nov, 2003 1 commit
    • monty@mashka.mysql.fi's avatar
      CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS · cab1dc62
      monty@mashka.mysql.fi authored
      New multi-key-cache handling. This was needed becasue the old one didn't work reliable with MERGE tables.
      ALTER TABLE table_name ... CHARACTER SET  ... now changes all char/varchar/text columns to the given character set
      (One must use ALTER TABLE ... DEFAULT CHARACTER SET ... to change the default character set)
      Fixed that have_compress is detected properly (fixes problems with func_compress.test on platforms without zlib)
      New syntax for CACHE INDEX ('keys' is optional if no index name is given and one mentions the key cache name only ones)
      Removed compiler warnings
      Added mysql_set_server_option() to allow clients like PHP to easaily set/reset the multi-statement flag.
      cab1dc62
  10. 04 Nov, 2003 1 commit
  11. 03 Nov, 2003 1 commit
    • monty@narttu.mysql.fi's avatar
      Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_NAME error · a444a344
      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.
      a444a344
  12. 08 Oct, 2003 1 commit
  13. 29 Sep, 2003 1 commit
  14. 30 Jun, 2003 1 commit
  15. 13 May, 2003 1 commit
  16. 28 Jan, 2003 1 commit
    • monty@mashka.mysql.fi's avatar
      Fixes for Netware · 689578a0
      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
      689578a0
  17. 04 Nov, 2002 1 commit
  18. 06 Oct, 2002 1 commit
  19. 15 Apr, 2002 2 commits
  20. 23 Mar, 2002 1 commit
  21. 09 Mar, 2002 1 commit
  22. 06 Apr, 2001 1 commit
  23. 11 Mar, 2001 1 commit
  24. 08 Mar, 2001 1 commit
  25. 21 Feb, 2001 1 commit
  26. 20 Feb, 2001 2 commits
  27. 29 Dec, 2000 1 commit
  28. 20 Dec, 2000 1 commit
    • sasha@mysql.sashanet.com's avatar
      acconfig.h · 3c06a414
      sasha@mysql.sashanet.com authored
          fix to make ENCRYPT work
      BUILD/compile-pentium-debug
          debug has different warnings
      BUILD/FINISH.sh
          save symbol table and dissassembled code with symobls available before strip
          use $do_make for make decision instead of $make to avoid conflict
      BUILD/SETUP.sh
          export AM_MAKEFLAGS
          fast is now -fno-omit-frame-pointer, the opposite is now called 
          reckless
      configure.in
          fixes to make CRYPT work again
      Docs/Makefile.am
          hack to avoid rebuilding the manual on make clean -why does
          Makefile depend on $BUILD_SOURCES, and do we even need BUILD_SOURCES?
      3c06a414
  29. 18 Dec, 2000 1 commit
  30. 14 Dec, 2000 1 commit
  31. 16 Nov, 2000 1 commit
    • sasha@mysql.sashanet.com's avatar
      BUILD/compile-pentium-debug · 0decc269
      sasha@mysql.sashanet.com authored
          make -j 2
      mysys/my_open.c
          my_umask is better than 0 - we do not want 0000 files when my_open() is called with O_CREAT
      sql/log.cc
          fixed up IO_CACHE to make replication work, not fully yet
      sql/log_event.cc
          fixed up IO_CACHE
      0decc269
  32. 11 Nov, 2000 1 commit
  33. 01 Aug, 2000 2 commits
  34. 31 Jul, 2000 1 commit