• Ramil Kalimullin's avatar
    Fix for bug#45998: database crashes when running · 54bdf78e
    Ramil Kalimullin authored
    "create as select" (innodb table)
    
    Problem: code constructing "CREATE TABLE..." statement
    doesn't take into account that current database is not set
    in some cases. That may lead to a server crash.
    
    Fix: check if current database is set.
    54bdf78e
sql_show.cc 238 KB