diff options
author | Kentoku SHIBA <kentokushiba@gmail.com> | 2014-09-18 09:26:30 +0900 |
---|---|---|
committer | Kentoku SHIBA <kentokushiba@gmail.com> | 2014-09-18 09:26:30 +0900 |
commit | 391fddf6604c733f271b96189caa366049cc6ee4 (patch) | |
tree | 2e82fe5e6b46432a9b423bf41c3ef956f6e3fe9b /storage/spider/ha_spider.h | |
parent | c338772a59c5cdfb4ab9032e482dd1b25c85d3c4 (diff) | |
download | mariadb-git-391fddf6604c733f271b96189caa366049cc6ee4.tar.gz |
Merge Spider 3.2.11
Diffstat (limited to 'storage/spider/ha_spider.h')
-rw-r--r-- | storage/spider/ha_spider.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/storage/spider/ha_spider.h b/storage/spider/ha_spider.h index 08918021e21..fc880831912 100644 --- a/storage/spider/ha_spider.h +++ b/storage/spider/ha_spider.h @@ -658,6 +658,10 @@ public: #endif const key_map *keys_to_use_for_scanning(); ha_rows estimate_rows_upper_bound(); + void print_error( + int error, + myf errflag + ); bool get_error_message( int error, String *buf |