mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
Portability fixes (mostly test suite)
Make ENGINE= an alias for TYPE= (Compabiltiy with 4.1) Fix when using symlinked data files and realpath() is not working
This commit is contained in:
parent
217226f9af
commit
56f0abf7bb
18 changed files with 284 additions and 179 deletions
|
|
@ -16,8 +16,9 @@
|
|||
|
||||
/* This is defines strtoll() if neaded */
|
||||
|
||||
#define strtoll glob_strtoll /* Fix for True64 */
|
||||
|
||||
#include <my_global.h>
|
||||
#include <m_string.h>
|
||||
#if !defined(HAVE_STRTOLL) && defined(HAVE_LONG_LONG)
|
||||
#define USE_LONGLONG
|
||||
#include "strto.c"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue