mariadb/innobase/os
unknown a0df01faa5 row0mysql.c:
Print more warnings to the .err log if ALTER TABLE ... IMPORT TABLESPACE fails for some reason
os0file.c:
  Do not call exit(1) if os_file_delete() fails; remove unused parameter from
handle_error_no_exit()

fil0fil.c:
  Allow DROP TABLE even if the .ibd file for the table does not exist


innobase/fil/fil0fil.c:
  Allow DROP TABLE even if the .ibd file for the table does not exist
innobase/os/os0file.c:
  Dono not call exit(1) if os_file_delete() fails; remove unused parameter from handle_error_no_exit()
innobase/row/row0mysql.c:
  Print more warnings to the .err log if ALTER TABLE ... IMPORT TABLESPACE fails for some reason
2004-10-26 20:29:11 +03:00
..
Makefile.am InnoDB: Remove unused module os0shm 2004-05-17 10:49:01 +03:00
makefilewin InnoDB: Remove unused module os0shm 2004-05-17 10:49:01 +03:00
os0file.c row0mysql.c: 2004-10-26 20:29:11 +03:00
os0proc.c Merge with 4.0 2004-04-26 15:53:31 +03:00
os0sync.c InnoDB cleanup: Add const qualifiers to many char* arguments 2004-05-17 14:40:31 +03:00
os0thread.c Portability fixes 2004-05-27 12:03:16 +03:00