1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Daemon: check TRT schema [closes #309]

This commit is contained in:
Eugene Kosov
2017-11-11 22:59:28 +03:00
committed by Aleksey Midenkov
parent 0b2c308888
commit 08099bc05a
3 changed files with 78 additions and 0 deletions

View File

@@ -2979,6 +2979,7 @@ public:
DBUG_ASSERT(iso_level <= ISO_SERIALIZABLE);
store(FLD_ISO_LEVEL, iso_level + 1);
}
bool check() const;
};
#endif /* MYSQL_CLIENT */