• unknown's avatar
    BUG#17521 alter database crashes slave · 856a1df8
    unknown authored
    Problem was a null pointer
    Fixed by passing correct database name to slave filtering mechanism
    Added test.
    
    
    sql/sql_parse.cc:
      Fix slave crash when issuing 'ALTER DATABASE' with specifying db name
      Don't pass null pointer to db_ok_with_wild_table()
    856a1df8
sql_parse.cc 218 KB