Comment 3 for bug 664986

Revision history for this message
Yasufumi Kinoshita (yasufumi-kinoshita) wrote :

xtrabackup was created by cut & paste from InnoDB handler.
Because InnoDB ignores return code of fil_load_single_table_tablespaces(), xtrabackup also currently.c

calling fil_load_single_table_tablespaces() should be

like "if (fil_load_single_table_tablespaces() != DB_SUCCESS) {....;exit(EXIT_FAILURE);}"