• Sergei Golubchik's avatar
    errors after altering a table has finished aren't fatal · b5f50e2d
    Sergei Golubchik authored
    We cannot revert the ALTER, so anything happening after
    the point of no return should not be treated as an error. A
    very unfortunate condition that a user needs to be warned about - yes,
    but we cannot say "ALTER TABLE has failed" if the table was successfully
    altered.
    b5f50e2d
sql_class.h 244 KB