summaryrefslogtreecommitdiff
path: root/storage/spider/spd_param.h
diff options
context:
space:
mode:
authorKentoku <kentokushiba@gmail.com>2018-11-20 00:12:58 +0900
committerSergei Golubchik <serg@mariadb.org>2019-01-31 08:51:34 +0100
commit6caf9ec425a12ed54741cdf4c4a238c45cabd898 (patch)
tree26555b3c02ad22f3a719508cae99d40f2f0c4f57 /storage/spider/spd_param.h
parent36be0a5aef0376c526d68007da1c11ac440f0d8b (diff)
downloadmariadb-git-6caf9ec425a12ed54741cdf4c4a238c45cabd898.tar.gz
Update Spider to version 3.3.14. Add direct left outer join/right outer join/inner join feature
Diffstat (limited to 'storage/spider/spd_param.h')
-rw-r--r--storage/spider/spd_param.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/storage/spider/spd_param.h b/storage/spider/spd_param.h
index 06df06a3129..e615fc672d4 100644
--- a/storage/spider/spd_param.h
+++ b/storage/spider/spd_param.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2017 Kentoku Shiba
+/* Copyright (C) 2008-2018 Kentoku Shiba
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
@@ -397,6 +397,9 @@ int spider_param_bka_table_name_type(
THD *thd,
int bka_table_name_type
);
+int spider_param_use_cond_other_than_pk_for_update(
+ THD *thd
+);
int spider_param_store_last_sts(
int store_last_sts
);