mirror of
https://github.com/MariaDB/server.git
synced 2025-12-03 05:41:09 +03:00
Add information_schema.spider_wrapper_protocols for knowing available wrappers of Spider
This commit is contained in:
@@ -336,7 +336,10 @@ SPIDER_DBTON spider_dbton_oracle = {
|
||||
spider_oracle_create_copy_table,
|
||||
spider_oracle_create_conn,
|
||||
spider_oracle_support_direct_join,
|
||||
&spider_db_oracle_utility
|
||||
&spider_db_oracle_utility,
|
||||
"For communicating Oracle using native protocol",
|
||||
"1.0.0",
|
||||
SPIDER_MATURITY_BETA
|
||||
};
|
||||
|
||||
spider_db_oracle_row::spider_db_oracle_row() :
|
||||
|
||||
Reference in New Issue
Block a user