An error occurred fetching the project authors.
  1. 03 Jun, 2004 1 commit
    • guilhem@mysql.com's avatar
      Implementation of WL#1824 "Add replication of character set variables in 4.1", · 86e8ecc9
      guilhem@mysql.com authored
      by binlogging some SET ONE_SHOT CHARACTER_SETetc,
      which will be enough until we have it more compact and more complete in 5.0. With the present patch,
      replication will work ok between 4.1.3 master and slaves, as long as:
      - master and slave have the same GLOBAL.COLLATION_SERVER
      - COLLATION_DATABASE and CHARACTER_SET_DATABASE are not used
      - application does not use the fact that table is created with charset of the USEd db (BUG#2326).
      all of which are not too hard to fulfill. 
      ONE_SHOT is reserved for internal use of mysqlbinlog|mysql and works only for charsets,
      so we give error if used for non-charset vars.
      Fix for BUG#3875 "mysqlbinlog produces wrong ouput  if query uses
       variables containing quotes" and BUG#3943 "Queries with non-ASCII literals are not replicated
       properly after SET NAMES".
      Detecting that master and slave have different global charsets or server ids.
      86e8ecc9
  2. 01 Jun, 2004 1 commit
  3. 27 May, 2004 1 commit
  4. 25 May, 2004 1 commit
  5. 24 May, 2004 1 commit
  6. 19 May, 2004 3 commits
  7. 06 May, 2004 2 commits
  8. 01 May, 2004 1 commit
  9. 27 Apr, 2004 1 commit
  10. 15 Apr, 2004 1 commit
  11. 09 Apr, 2004 2 commits
  12. 07 Apr, 2004 2 commits
    • bell@sanja.is.com.ua's avatar
      new error for unsupported command in PS · 5e37c41f
      bell@sanja.is.com.ua authored
      fixed IN subselect with basic constant left expression
      SQLCOM_CREATE_TABLE, SQLCOM_UPDATE_MULTI, SQLCOM_REPLACE_SELECT, SQLCOM_INSERT_SELECT, QLCOM_DELETE_MULTI fixed to be compatible with PS (BUG#3398, BUG#3406)
      fixed multiupdate privelege check (BUG#3408)
      fixed multiupdate tables check (BUG#3411)
      unchecked commands now is rejected by PS protocol to avoid serever crash
      fixed cleunup procedure to be compatible sith DO/SET (BUG#3393)
      5e37c41f
    • serg@serg.mylan's avatar
      78991587
  13. 05 Apr, 2004 1 commit
    • monty@mysql.com's avatar
      Fixed many compiler warnings · 42cf92ce
      monty@mysql.com authored
      Fixed bugs in group_concat with ORDER BY and DISTINCT (Bugs #2695, #3381 and #3319)
      Fixed crash when doing rollback in slave and the io thread catched up with the sql thread
      Set locked_in_memory properly
      42cf92ce
  14. 03 Apr, 2004 1 commit
    • wax@kishkin.ru's avatar
      BUG#3328 · f3e348bc
      wax@kishkin.ru authored
      I can't see group_concat_max_len in a list of variables
      f3e348bc
  15. 29 Mar, 2004 1 commit
  16. 27 Mar, 2004 1 commit
    • guilhem@mysql.com's avatar
      A previous changeset by me today about SQL_LOG_BIN had the problem · 3826a01e
      guilhem@mysql.com authored
      that it tested the privilege in ::update() whereas it should be
      in ::check() (see email from Serg, subject
      "Re: bk commit - 4.1 tree (guilhem:1.1706)").
      So I add instead a check_func function to sys_var_thd_bit.
      I do the same addition to sys_var_thd_ulong, to unify handling
      of PSEUDO_THREAD_ID with the one of SQL_LOG_BIN. So class
      sys_var_pseudo_thread_id is not needed anymore, removing it.
      3826a01e
  17. 26 Mar, 2004 1 commit
  18. 25 Mar, 2004 1 commit
  19. 20 Mar, 2004 2 commits
  20. 17 Mar, 2004 1 commit
  21. 11 Mar, 2004 2 commits
    • guilhem@mysql.com's avatar
      Fix for BUG#2921 "Replication problem on mutex lock in mySQL-4.0.18": · cf287341
      guilhem@mysql.com authored
      re-using unused LOCK_active_mi to serialize all administrative
      commands related to replication:
      START SLAVE, STOP SLAVE, RESET SLAVE, CHANGE MASTER, init_slave()
      (replication autostart at server startup), end_slave() (replication
      autostop at server shutdown), LOAD DATA FROM MASTER.
      This protects us against a handful of deadlocks (like BUG#2921
      when two START SLAVE, but when two STOP SLAVE too).
      Removing unused variables.
      cf287341
    • jani@ua72d24.elisa.omakaista.fi's avatar
      Small fixes. · 3b5a4693
      jani@ua72d24.elisa.omakaista.fi authored
      3b5a4693
  22. 08 Mar, 2004 2 commits
  23. 07 Mar, 2004 1 commit
  24. 06 Mar, 2004 1 commit
  25. 05 Mar, 2004 1 commit
  26. 04 Mar, 2004 2 commits
  27. 02 Mar, 2004 1 commit
  28. 27 Feb, 2004 1 commit
  29. 19 Feb, 2004 1 commit
  30. 17 Feb, 2004 1 commit
  31. 16 Feb, 2004 1 commit