summaryrefslogtreecommitdiff
path: root/storage/innobase/include/srv0start.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2016-12-30 08:56:13 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2016-12-30 08:56:13 +0200
commit970f17cbfc8825a39d10a6dec0bb7d8c432a9b3e (patch)
tree2f285ed9e12c27a63e9fb99012ecfc5dca0a3929 /storage/innobase/include/srv0start.h
parent341c375d4bddf0e5c381954606ca18be3b8c55e0 (diff)
parent23cc1be270c7304963643947d8e5ab88f4e312ee (diff)
downloadmariadb-git-970f17cbfc8825a39d10a6dec0bb7d8c432a9b3e.tar.gz
Merge 10.1 into 10.2
Diffstat (limited to 'storage/innobase/include/srv0start.h')
-rw-r--r--storage/innobase/include/srv0start.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/srv0start.h b/storage/innobase/include/srv0start.h
index 708a90247e3..3b7b2375788 100644
--- a/storage/innobase/include/srv0start.h
+++ b/storage/innobase/include/srv0start.h
@@ -41,7 +41,7 @@ struct dict_table_t;
fprintf(stderr, "innodb_force_recovery_crash=%lu\n", \
srv_force_recovery_crash); \
fflush(stderr); \
- _exit(3); \
+ abort(); \
} \
} while (0)
#endif /* DBUG_OFF */