• Aleksey Midenkov's avatar
    MDEV-25292 select_create::create_table removed · 86da0f4e
    Aleksey Midenkov authored
    create_table duplicates select_insert::table_list. Since select_create
    inherits select_insert and the functional role of the members is the
    same we should remove one to eliminate the need of keeping them in
    sync.
    86da0f4e
sql_insert.cc 176 KB