summaryrefslogtreecommitdiff
path: root/storage/spider/spd_environ.h
diff options
context:
space:
mode:
authorKentoku <kentokushiba@gmail.com>2019-05-28 16:40:59 +0900
committerKentoku <kentokushiba@gmail.com>2019-09-02 07:06:05 +0900
commit4a8dafe26ec1aa97c153f7dedc7a487b6cedffd9 (patch)
tree101a557ddf6adbc4d76deac240d6a1dcf52f06c9 /storage/spider/spd_environ.h
parent24773bf38024d32c9af4e6bc09e67043318bba6e (diff)
downloadmariadb-git-bb-10.4-MDEV-6268.tar.gz
MDEV-6268 SPIDER table with no COMMENT clause causes queries to wait foreverbb-10.4-MDEV-6268
Add loop checks by using user variables
Diffstat (limited to 'storage/spider/spd_environ.h')
-rw-r--r--storage/spider/spd_environ.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/storage/spider/spd_environ.h b/storage/spider/spd_environ.h
index 42cbf812bbb..5e7687074b7 100644
--- a/storage/spider/spd_environ.h
+++ b/storage/spider/spd_environ.h
@@ -1,4 +1,5 @@
-/* Copyright (C) 2008-2018 Kentoku Shiba & 2017 MariaDB corp
+/* Copyright (C) 2008-2019 Kentoku Shiba
+ Copyright (C) 2017-2019 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
@@ -51,5 +52,6 @@
#define SPIDER_USE_CONST_ITEM_FOR_STRING_INT_REAL_DECIMAL_DATE_ITEM
#define SPIDER_SQL_CACHE_IS_IN_LEX
#define SPIDER_LIKE_FUNC_HAS_GET_NEGATED
+#define HA_HAS_CHECKSUM_EXTENDED
#endif
#endif /* SPD_ENVIRON_INCLUDED */