• Marko Mäkelä's avatar
    row_drop_table_for_mysql(): Use a constant string · 622d21e2
    Marko Mäkelä authored
    It does not hurt to delete non-existing records from SYS_TABLESPACES
    and SYS_DATAFILES. Because MariaDB does not support CREATE TABLESPACE,
    only the system tablespace (space_id=0) can contain multiple tables.
    But, there are no entries for the system tablespace in these tables
    (which actually are stored inside the system tablespace).
    622d21e2
row0mysql.cc 130 KB