An error occurred fetching the project authors.
  1. 17 Jun, 2003 1 commit
    • hf@deer.(none)'s avatar
      SCRUM · c4e3a624
      hf@deer.(none) authored
      client capabilities included into libmysqld
      some API methods became "virtual"
      lots of duplicated code removed
      
      IMHO all the above made library's code way more pleasant to look at, didn't it?
      c4e3a624
  2. 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
  3. 27 May, 2003 1 commit
  4. 21 May, 2003 1 commit
  5. 16 Mar, 2003 1 commit
  6. 11 Mar, 2003 1 commit
  7. 04 Mar, 2003 1 commit
  8. 03 Mar, 2003 1 commit
  9. 19 Feb, 2003 1 commit
  10. 14 Feb, 2003 1 commit
  11. 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
  12. 07 Jan, 2003 1 commit
  13. 05 Jan, 2003 1 commit
  14. 04 Jan, 2003 1 commit
  15. 27 Dec, 2002 1 commit
  16. 16 Dec, 2002 1 commit
  17. 29 Oct, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Added --skip-safemalloc to mysqltest · 5343d4c9
      monty@mashka.mysql.fi authored
      Added bug fix from 3.23 for AIX 4.3.3 and gcc 3.x
      Small change in EXCHANGE output
      Propagate open-files-limit from mysqld_safe -> mysqld
      Fixed speed bug in GROUP BY
      Added quotes around database name in CREATE DATABASE db_name (for binary log)
      5343d4c9
  18. 13 Oct, 2002 1 commit
  19. 02 Oct, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Fixes and code cleanups after merge with 4.0.3 · d69250a9
      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
      d69250a9
  20. 11 Sep, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Portability fixes. · f3a186c9
      monty@mashka.mysql.fi authored
      Improve mysql-test to be more robust.
      Fix that GRANT doesn't delete SSL options
      Change innobase_flush_log_at_trx_commit to uint.
      Don't rotate logs if we read a rotate log entry from the master.
      f3a186c9
  21. 29 Aug, 2002 1 commit
  22. 24 Aug, 2002 1 commit
  23. 18 Aug, 2002 1 commit
  24. 08 Aug, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Lots of code fixes to the replication code (especially the binary logging and... · 2c4fa340
      monty@mashka.mysql.fi authored
      Lots of code fixes to the replication code (especially the binary logging and index log file handling)
      Fixed bugs in my last changeset that made MySQL hard to compile.
      Added mutex around some data that could cause table cache corruptions when using OPTIMIZE TABLE / REPAIR TABLE or automatic repair of MyISAM tables.
      Added mutex around some data in the slave start/stop code that could cause THD linked list corruptions
      Extended my_chsize() to allow one to specify a filler character.
      Extend vio_blocking to return the old state (This made some usage of this function much simpler)
      Added testing for some functions that they caller have got the required mutexes before calling the function.
      Use setrlimit() to ensure that we can write core file if one specifies --core-file.
      Added --slave-compressed-protocol
      Made 2 the minimum length for ft_min_word_len
      Added variables foreign_key_checks & unique_checks.
      Less logging from replication code (if not started with --log-warnings)
      Changed that SHOW INNODB STATUS requre the SUPER privilege
      More DBUG statements and a lot of new code comments
      2c4fa340
  25. 11 Jun, 2002 1 commit
  26. 03 Jun, 2002 1 commit
  27. 02 Jun, 2002 1 commit
  28. 29 May, 2002 1 commit
    • jani@hynda.(none)'s avatar
      Added useful exit error code for programs using my_getopt in case · c9614944
      jani@hynda.(none) authored
      of an error in option handling. This can sometimes be useful in
      scripts.
      
      Changed some exit code names and corresponding numbers.
      
      Fixed a bug in mysqld.cc, in replication related options.
      
      Added a global flag in my_getopt, which can be set by any program
      that is using my_getopt, which tells whether the client should
      print the error message itself, or whether my_getopt should do it.
      The default is that my_getopt will print the error messages.
      c9614944
  29. 26 May, 2002 1 commit
  30. 22 May, 2002 2 commits
  31. 21 May, 2002 1 commit
  32. 13 May, 2002 1 commit
  33. 28 Apr, 2002 1 commit
  34. 02 Apr, 2002 1 commit
    • monty@hundin.mysql.fi's avatar
      Cleanups · d80ebc17
      monty@hundin.mysql.fi authored
      Don't use DBUG library for struct st_my_thread_var to make code less complicated.
      d80ebc17
  35. 14 Mar, 2002 1 commit
  36. 12 Mar, 2002 1 commit
  37. 09 Feb, 2002 1 commit
  38. 25 Jan, 2002 1 commit
  39. 22 Dec, 2001 1 commit