diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2022-01-18 13:01:19 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2022-01-18 13:01:19 +0200 |
commit | b0998583f8e7331245597a7bf9a878cf6c7fa969 (patch) | |
tree | 9beb25da065c03bc89f295d4a1fc274af0b6c034 /storage/oqgraph/ha_oqgraph.cc | |
parent | c669e764d86a5b575df41d287947816878e21697 (diff) | |
parent | 1abc476f0b4fe60cb268fc68cefd9b5a479983ac (diff) | |
download | mariadb-git-st-10.7-merge.tar.gz |
Merge 10.6 into 10.7st-10.7-merge
Diffstat (limited to 'storage/oqgraph/ha_oqgraph.cc')
-rw-r--r-- | storage/oqgraph/ha_oqgraph.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/oqgraph/ha_oqgraph.cc b/storage/oqgraph/ha_oqgraph.cc index 39d10699d32..9bc4b3339dd 100644 --- a/storage/oqgraph/ha_oqgraph.cc +++ b/storage/oqgraph/ha_oqgraph.cc @@ -194,7 +194,7 @@ static int oqgraph_init(void *p) hton->discover_table_structure= oqgraph_discover_table_structure; hton->close_connection = oqgraph_close_connection; - hton->drop_table= [](handlerton *, const char*) { return 0; }; + hton->drop_table= [](handlerton *, const char*) { return -1; }; oqgraph_init_done= TRUE; return 0; |