An error occurred fetching the project authors.
  1. 24 Feb, 2006 1 commit
    • unknown's avatar
      BUG#17521 alter database crashes slave · c6ee6093
      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()
      c6ee6093