mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
- Extend the TBL type to support sub-tables of any engines. Not CONNECT
sub-tables are accessed via the MySQL API like the MYSQL CONNECT tables. modified: mysql-test/suite/connect/r/tbl.result mysql-test/suite/connect/t/tbl.test storage/connect/catalog.h storage/connect/ha_connect.cc storage/connect/mycat.cc storage/connect/mycat.h storage/connect/tabmysql.h storage/connect/tabtbl.cpp
This commit is contained in:
@@ -72,6 +72,7 @@ class TDBMYSQL : public TDBASE {
|
||||
virtual int GetProgMax(PGLOBAL g);
|
||||
virtual void ResetDB(void) {N = 0;}
|
||||
virtual int RowNumber(PGLOBAL g, bool b = FALSE);
|
||||
void SetDatabase(LPCSTR db) {Database = (char*)db;}
|
||||
|
||||
// Database routines
|
||||
virtual PCOL MakeCol(PGLOBAL g, PCOLDEF cdp, PCOL cprec, int n);
|
||||
|
Reference in New Issue
Block a user