1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

trx0sys.c, srv0start.c, ibuf0ibuf.c, trx0sys.h, srv0srv.h:

DO NOT MERGE TO 4.1: add code for automatic downgrade 4.1.1 -> 4.0 if the user has not created multiple tablespaces yet
This commit is contained in:
heikki@hundin.mysql.fi
2004-01-06 13:40:14 +02:00
parent 2ea2d15749
commit 4fa54c1dca
5 changed files with 140 additions and 1 deletions

View File

@@ -17,6 +17,8 @@ Created 10/10/1995 Heikki Tuuri
#include "que0types.h"
#include "trx0types.h"
extern char* srv_main_thread_op_info;
/* Buffer which can be used in printing fatal error messages */
extern char srv_fatal_errbuf[];