mirror of
https://github.com/MariaDB/server.git
synced 2025-12-03 05:41:09 +03:00
Merge branch '10.0' into 10.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
Copyright (c) 2000, 2015, Oracle and/or its affiliates.
|
||||
Copyright (c) 2009, 2015, MariaDB
|
||||
Copyright (c) 2009, 2016, MariaDB
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@@ -4460,10 +4460,14 @@ public:
|
||||
#define TMP_ENGINE_COLUMNDEF MARIA_COLUMNDEF
|
||||
#define TMP_ENGINE_HTON maria_hton
|
||||
#define TMP_ENGINE_NAME "Aria"
|
||||
inline uint tmp_table_max_key_length() { return maria_max_key_length(); }
|
||||
inline uint tmp_table_max_key_parts() { return maria_max_key_segments(); }
|
||||
#else
|
||||
#define TMP_ENGINE_COLUMNDEF MI_COLUMNDEF
|
||||
#define TMP_ENGINE_HTON myisam_hton
|
||||
#define TMP_ENGINE_NAME "MyISAM"
|
||||
inline uint tmp_table_max_key_length() { return MI_MAX_KEY_LENGTH; }
|
||||
inline uint tmp_table_max_key_parts() { return MI_MAX_KEY_SEG; }
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user