• unknown's avatar
    Bug#30593 No cipher list returned for "SHOW STATUS LIKE 'Ssl_cipher_list'" · 50911dec
    unknown authored
     - Move increment of "i" to "increment section" of for loop
     - Protect against writing after end of "buff"(backport from 5.1)
    
    
    sql/sql_show.cc:
      - Move the increment of i to "increment" section of for loop. Since "i"
      was initially 0 the for loop exited immediately
      - Add protection for writing after end of "buff"
    50911dec
sql_show.cc 148 KB