mirror of
https://github.com/MariaDB/server.git
synced 2025-08-26 01:44:06 +03:00
Fixed bug with SELECT * ... UNION
This commit is contained in:
@@ -224,7 +224,7 @@ typedef struct st_mysql_res {
|
||||
/* Set up and bring down the server; to ensure that applications will
|
||||
* work when linked against either the standard client library or the
|
||||
* embedded server library, these functions should be called. */
|
||||
void mysql_server_init(int argc, char **argv, const char **groups);
|
||||
void mysql_server_init(int argc, const char **argv, const char **groups);
|
||||
void mysql_server_end();
|
||||
|
||||
/* Set up and bring down a thread; these function should be called
|
||||
|
Reference in New Issue
Block a user