mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Patch to release clone. Fixes two post-pushbuild discovered failures.
Expand float size to avoid assert()ion failures. "_db_func_" isn't a known linked object on some platforms, possibly because it is occasionaly shadowed by DBUG variables. Avoid that confusion.
This commit is contained in:
@@ -17,13 +17,13 @@
|
||||
#include "mysql_priv.h"
|
||||
#include "my_sys.h"
|
||||
|
||||
#define TIME_FLOAT_DIGITS 7
|
||||
#define TIME_FLOAT_DIGITS 9
|
||||
#define MAX_QUERY_LENGTH 300
|
||||
|
||||
bool schema_table_store_record(THD *thd, TABLE *table);
|
||||
|
||||
/* Reserved for systems that can't record the function name in source. */
|
||||
const char *_db_func_= "<unknown>";
|
||||
const char * const _unknown_func_ = "<unknown>";
|
||||
|
||||
/**
|
||||
Connects Information_Schema and Profiling.
|
||||
|
||||
Reference in New Issue
Block a user