mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Merge
This commit is contained in:
commit
93de112238
39 changed files with 2041 additions and 757 deletions
|
|
@ -83,9 +83,9 @@ ctype_extra_sources.c: conf_to_src
|
|||
$(srcdir)/ctype_extra_sources.c
|
||||
conf_to_src_SOURCES = conf_to_src.c
|
||||
conf_to_src_LDADD=
|
||||
#for --with-other-libc to ensure static linking
|
||||
#note -all-static rather than -static
|
||||
#this is needed for libtool to work right
|
||||
conf_to_src_LDFLAGS=-all-static
|
||||
#force static linking of conf_to_src - essential when linking against
|
||||
#custom installation of libc
|
||||
conf_to_src_LDFLAGS=@NOINST_LDFLAGS@
|
||||
|
||||
# Don't update the files from bitkeeper
|
||||
%::SCCS/s.%
|
||||
|
|
|
|||
|
|
@ -1657,6 +1657,7 @@ mysql_close(MYSQL *mysql)
|
|||
{
|
||||
free_old_query(mysql);
|
||||
mysql->status=MYSQL_STATUS_READY; /* Force command */
|
||||
mysql->reconnect=0;
|
||||
simple_command(mysql,COM_QUIT,NullS,0,1);
|
||||
end_server(mysql);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue