mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
Merge remote-tracking branch 'mysql/5.5' into bb-5.5-merge @ mysql-5.5.42
This commit is contained in:
commit
8e80f91fa3
54 changed files with 1214 additions and 525 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (c) 2004, 2013, Oracle and/or its affiliates.
|
||||
/* Copyright (c) 2004, 2014, Oracle and/or its affiliates.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -1679,9 +1679,9 @@ int ha_federated::close(void)
|
|||
DBUG_ENTER("ha_federated::close");
|
||||
|
||||
free_result();
|
||||
|
||||
|
||||
delete_dynamic(&results);
|
||||
|
||||
|
||||
/* Disconnect from mysql */
|
||||
mysql_close(mysql);
|
||||
mysql= NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue