diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 18:00:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 18:00:34 +0000 |
commit | 3f619478f796eddbba6e39502fe941b285dd97b1 (patch) | |
tree | e2c7b5777f728320e5b5542b6213fd3591ba51e2 /storage/spider/spd_environ.h | |
parent | Initial commit. (diff) | |
download | mariadb-3f619478f796eddbba6e39502fe941b285dd97b1.tar.xz mariadb-3f619478f796eddbba6e39502fe941b285dd97b1.zip |
Adding upstream version 1:10.11.6.upstream/1%10.11.6upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'storage/spider/spd_environ.h')
-rw-r--r-- | storage/spider/spd_environ.h | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/storage/spider/spd_environ.h b/storage/spider/spd_environ.h new file mode 100644 index 00000000..ccdc7009 --- /dev/null +++ b/storage/spider/spd_environ.h @@ -0,0 +1,29 @@ +/* Copyright (C) 2008-2020 Kentoku Shiba + Copyright (C) 2017-2020 MariaDB corp + + 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 + the Free Software Foundation; version 2 of the License. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ + +/* + Define functionality offered by MySQL or MariaDB +*/ + +#ifndef SPD_ENVIRON_INCLUDED + +#define SPIDER_NET_HAS_THD +#define HANDLER_HAS_TOP_TABLE_FIELDS +#define PARTITION_HAS_GET_PART_SPEC +#define HA_EXTRA_HAS_STARTING_ORDERED_INDEX_SCAN +#define HANDLER_HAS_CAN_USE_FOR_AUTO_INC_INIT +#define SPIDER_UPDATE_ROW_HAS_CONST_NEW_DATA +#endif /* SPD_ENVIRON_INCLUDED */ |