mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 08:45:33 +02:00
- Implement "remote" index (similar to FEDERATED ones) for MYSQL tables.
Not yet done for ODBC tables. modified: storage/connect/connect.cc storage/connect/ha_connect.cc storage/connect/ha_connect.h storage/connect/mycat.cc storage/connect/plgdbsem.h storage/connect/reldef.h storage/connect/tabdos.h storage/connect/tabmysql.cpp storage/connect/tabmysql.h storage/connect/tabodbc.cpp storage/connect/tabodbc.h storage/connect/xindex.cpp storage/connect/xtable.h - Return error in "info" on Cardinality error. modified: storage/connect/ha_connect.cc
This commit is contained in:
parent
213ecbbb4f
commit
187e41697b
13 changed files with 287 additions and 170 deletions
|
|
@ -158,6 +158,7 @@ enum ALGMOD {AMOD_AUTO = 0, /* PLG chooses best algorithm */
|
|||
enum MODE {MODE_ERROR = -1, /* Invalid mode */
|
||||
MODE_ANY = 0, /* Unspecified mode */
|
||||
MODE_READ = 10, /* Input/Output mode */
|
||||
MODE_READX = 11, /* Read indexed mode */
|
||||
MODE_WRITE = 20, /* Input/Output mode */
|
||||
MODE_UPDATE = 30, /* Input/Output mode */
|
||||
MODE_INSERT = 40, /* Input/Output mode */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue