1. 25 Mar, 2011 2 commits
    • Georgi Kodinov's avatar
      Merged bug #11766769 to 5.5. · 1e1ebd7a
      Georgi Kodinov authored
      Added back the specific warning number.
      1e1ebd7a
    • Georgi Kodinov's avatar
      Bug #11766769: 59959: SMALL VALUES OF --MAX-ALLOWED-PACKET · c7b83484
      Georgi Kodinov authored
      ARE NOT BEING HONORED
      
      max_allowed_packet works in conjunction with net_buffer_length.
      max_allowed_packet is an upper bound of net_buffer_length.
      So it doesn't make sense to set the upper limit lower than the value.
      Added a warning (using ER_UNKNOWN_ERRROR and a specific message)
      when this is done (in the log at startup and when setting either 
      max_allowed_packet or the net_buffer_length variables)
      Added a test case.
      Fixed several tests that broke the above rule.
      c7b83484
  2. 24 Mar, 2011 2 commits
    • Luis Soares's avatar
      BUG#11765446 (BUG#58416) · 155f82cf
      Luis Soares authored
      Removing the test case from mysql-5.5 list of disabled
      test cases for the binlog suite. Actually, the test does
      not exist in mysql-5.5, thus this is just a clean up.
      155f82cf
    • Luis Soares's avatar
      BUG#11765446 (BUG#58416) · f0edc626
      Luis Soares authored
      Original patch did not remove the test case from the list
      of disabled test cases. Removing it now!
      f0edc626
  3. 23 Mar, 2011 4 commits
  4. 22 Mar, 2011 12 commits
  5. 21 Mar, 2011 7 commits
  6. 18 Mar, 2011 11 commits
  7. 17 Mar, 2011 2 commits