diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2013-10-27 10:37:12 +0100 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2013-10-27 10:37:12 +0100 |
commit | bb597a765dff8da39c3c4a907eee6a9e3a75489a (patch) | |
tree | 8c9a4acb8728e4634d1df04a4e05dbf2be3d5c6d /storage/connect/tabmysql.h | |
parent | 0f6bcf73de25040c442cec62ddcdbe7f1d43040b (diff) | |
download | mariadb-git-bb597a765dff8da39c3c4a907eee6a9e3a75489a.tar.gz |
- 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
Diffstat (limited to 'storage/connect/tabmysql.h')
-rw-r--r-- | storage/connect/tabmysql.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/tabmysql.h b/storage/connect/tabmysql.h index f4a234526ff..bcac10dcaa7 100644 --- a/storage/connect/tabmysql.h +++ b/storage/connect/tabmysql.h @@ -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: |