mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.4' into 10.5
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
#include "my_global.h"
|
||||
#include "sql_class.h"
|
||||
#include "sql_servers.h"
|
||||
#if defined(__WIN__)
|
||||
#if defined(_WIN32)
|
||||
#include <io.h>
|
||||
#include <fcntl.h>
|
||||
#if defined(__BORLANDC__)
|
||||
@@ -188,6 +188,9 @@ int JDBCDEF::ParseURL(PGLOBAL g, char *url, bool b)
|
||||
} else // host is a URL
|
||||
Url = PlugDup(g, server->host);
|
||||
|
||||
if (!Tabschema && server->db)
|
||||
Tabschema = PlugDup(g, server->db);
|
||||
|
||||
if (!Username && server->username)
|
||||
Username = PlugDup(g, server->username);
|
||||
|
||||
|
Reference in New Issue
Block a user