1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Update libmariadb

This commit is contained in:
Marko Mäkelä
2024-12-04 09:30:18 +02:00
parent 2719cc4925
commit e41145f76b
2 changed files with 6 additions and 1 deletions

View File

@@ -43,6 +43,11 @@
#include "sql_priv.h"
#include "sql_basic_types.h"
#include <atomic>
#if 0 /* FIXME: the following is broken for now */
# include "mariadb_rpl.h"
#else
enum Item_result {STRING_RESULT,REAL_RESULT,INT_RESULT,ROW_RESULT,DECIMAL_RESULT};
#endif
#include "log_event.h"
#include "compat56.h"
#include "sql_common.h"