1. 25 Mar, 2011 2 commits
    • Georgi Kodinov's avatar
      Merged bug #11766769 to 5.5. · 40061ece
      Georgi Kodinov authored
      Added back the specific warning number.
      40061ece
    • Georgi Kodinov's avatar
      Bug #11766769: 59959: SMALL VALUES OF --MAX-ALLOWED-PACKET · c463847a
      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.
      c463847a
  2. 24 Mar, 2011 2 commits
    • Luis Soares's avatar
      BUG#11765446 (BUG#58416) · 5c6cdef6
      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.
      5c6cdef6
    • Luis Soares's avatar
      BUG#11765446 (BUG#58416) · 4f5f84ca
      Luis Soares authored
      Original patch did not remove the test case from the list
      of disabled test cases. Removing it now!
      4f5f84ca
  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