mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
- Add test on MYSQL table self reference during CREATE TABLE
Fix option other ignored when parsing URL modified: storage/connect/ha_connect.cc storage/connect/mysql-test/connect/t/mysql.test storage/connect/mysql-test/connect/t/mysql_grant.test storage/connect/tabmysql.cpp storage/connect/tabmysql.h
This commit is contained in:
@@ -40,7 +40,7 @@ class MYSQLDEF : public TABDEF {/* Logical table description */
|
||||
// Methods
|
||||
virtual bool DefineAM(PGLOBAL g, LPCSTR am, int poff);
|
||||
virtual PTDB GetTable(PGLOBAL g, MODE m);
|
||||
bool ParseURL(PGLOBAL g, char *url);
|
||||
bool ParseURL(PGLOBAL g, char *url, bool b = true);
|
||||
bool GetServerInfo(PGLOBAL g, const char *server_name);
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user