An error occurred fetching the project authors.
  1. 05 Jun, 2003 1 commit
  2. 03 Jun, 2003 1 commit
  3. 02 Jun, 2003 1 commit
  4. 27 May, 2003 1 commit
  5. 25 May, 2003 1 commit
  6. 25 Apr, 2003 1 commit
  7. 07 Apr, 2003 1 commit
  8. 04 Apr, 2003 1 commit
  9. 01 Apr, 2003 1 commit
    • guilhem@mysql.com's avatar
      Small-and-safe fix for bug #218: "LOAD DATA INFILE IGNORE is well · 1211b9a5
      guilhem@mysql.com authored
      logged, but read as LOAD DATA INFILE REPLACE"
      This was just bad && instead of &, but nasty consequences.
      This should be merged to 4.0 BUT it will not be automatic (some code
      has moved from log_event.h to log_event.cc, and log_event.cc has changed);
      please Merging Man, do 'bk grep REPLACE_FLAG' in 4.0/sql
      to find all the new places.
      1211b9a5
  10. 17 Mar, 2003 1 commit
  11. 11 Mar, 2003 1 commit
  12. 10 Mar, 2003 2 commits
  13. 08 Mar, 2003 1 commit
    • guilhem@mysql.com's avatar
      Clearer error message when one forgot to grant REPLICATION SLAVE : · c6f24163
      guilhem@mysql.com authored
      now we'll have something like this :
      030308 18:46:58  Slave I/O thread: connected to master 'gb@localhost:3306',  replication started in log 'FIRST' at position 4
      030308 18:46:58  While trying to obtain the list of slaves from the master 'localhost:3306', user 'gb' got the following error: 'Access denied. You need the REPLICATION SLAVE privilege for this operation'
      030308 18:46:58  Slave I/O thread exiting, read up to log 'FIRST', position 4
      instead of "Error updating slave list: Query error".
      This fixes bug #80.
      c6f24163
  14. 03 Mar, 2003 1 commit
  15. 01 Mar, 2003 1 commit
  16. 28 Feb, 2003 1 commit
  17. 27 Feb, 2003 1 commit
  18. 06 Feb, 2003 1 commit
    • monty@mashka.mysql.fi's avatar
      Added START TRANSACTION syntax · cf9668fd
      monty@mashka.mysql.fi authored
      Added ALL as parameter option for all group functions.
      Make join handling uniform. This allows us to use ',', JOIN and INNER JOIN the same way.
      Sort NULL last if DESC is used (ANSI SQL 99 requirement)
      cf9668fd
  19. 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
  20. 25 Jan, 2003 1 commit
  21. 18 Jan, 2003 1 commit
  22. 08 Jan, 2003 1 commit
  23. 07 Jan, 2003 1 commit
  24. 20 Dec, 2002 1 commit
  25. 11 Dec, 2002 1 commit
  26. 07 Nov, 2002 2 commits
  27. 29 Oct, 2002 2 commits
    • 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
    • monty@hundin.mysql.fi's avatar
      Added back old LARGEFILE handling · 1e053832
      monty@hundin.mysql.fi authored
      Fixed reference to freed memory in acl_init()/grant_init()
      Fixed possible memory leak. (Could only happen in very strange circumstances)
      Fixed bug in ALTER TABLE with BDB tables
      Updated mysql-test for valgrind
      1e053832
  28. 21 Sep, 2002 1 commit
  29. 20 Sep, 2002 1 commit
  30. 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
  31. 05 Sep, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Fixed searching after ssl directories. · 0281a6b1
      monty@mashka.mysql.fi authored
      Fixed that GRANT ... REQUIRE options are not forgot when doing new GRANT
      Changed fn_ext to point at first '.' after directory.
      FLUSH LOGS removed numerical extension for all future update logs.
      Fixed the mysqld --help reports right values for --datadir and --bind-address
      --log-binary=a.b.c now properly strips of .b.c
      Fix that one can DROP UDF functions that was not loaded at startup
      Made AND optional in REQUIRE
      Added REQUIRE NONE
      0281a6b1
  32. 27 Aug, 2002 1 commit
  33. 24 Aug, 2002 1 commit
  34. 23 Aug, 2002 1 commit
  35. 22 Aug, 2002 1 commit
  36. 21 Aug, 2002 1 commit
    • monty@hundin.mysql.fi's avatar
      Use our version of RWLOCKS on UNIXWARE 7 · 03b0179a
      monty@hundin.mysql.fi authored
      More DBUG info for replication
      Better error messages from replication
      Fixed bug in replication code when connecting to 'localhost' (time was not released properly)
      Block ALARM signal on Linux for signal handler thread (Fixes problem with running mysqld with --debug)
      Removed warning when setting an AUTO_INCREMENT field to NULL
      03b0179a
  37. 18 Aug, 2002 1 commit