1. 18 Aug, 2010 1 commit
  2. 16 Aug, 2010 2 commits
  3. 13 Aug, 2010 1 commit
  4. 12 Aug, 2010 3 commits
  5. 11 Aug, 2010 1 commit
  6. 12 Aug, 2010 1 commit
  7. 11 Aug, 2010 2 commits
  8. 10 Aug, 2010 5 commits
    • Jonathan Perkin's avatar
      Merge to mysql-5.5-bugfixing · 66972aa2
      Jonathan Perkin authored
      66972aa2
    • Georgi Kodinov's avatar
      merge · 59c59c7a
      Georgi Kodinov authored
      59c59c7a
    • Georgi Kodinov's avatar
      merge · 11b1c9b7
      Georgi Kodinov authored
      11b1c9b7
    • Georgi Kodinov's avatar
      Bug #55809: Server README not current · 5781bfa2
      Georgi Kodinov authored
      Updated the README file.
      5781bfa2
    • Alfranio Correia's avatar
      BUG#50312 Warnings for unsafe sub-statement not returned to client · bd3aa7eb
      Alfranio Correia authored
                              
      After BUG#36649, warnings for sub-statements are cleared when a 
      new sub-statement is started. This is problematic since it suppresses
      warnings for unsafe statements in some cases. It is important that we
      always give a warning to the client, because the user needs to know
      when there is a risk that the slave goes out of sync.
                              
      We fixed the problem by generating warning messages for unsafe statements
      while returning from a stored procedure, function, trigger or while
      executing a top level statement.
                              
      We also started checking unsafeness when both performance and log tables are
      used. This is necessary after the performance schema which does a distinction
      between performance and log tables.
      bd3aa7eb
  9. 09 Aug, 2010 9 commits
  10. 06 Aug, 2010 6 commits
  11. 05 Aug, 2010 8 commits
  12. 04 Aug, 2010 1 commit
    • Georgi Kodinov's avatar
      Bug #42144: plugin_load fails · 84686593
      Georgi Kodinov authored
      Reverted the ulong->uint diff
      Re-applied the first diff.
      The original commit message follows:
      
      enum plugin system variables are ulong internally, not int.
      On systems where long is not the same as an int it causes
      problems. 
      Fixed by correct typecasting. Removed the test from the 
      experimental list.
      84686593