diff options
author | Konstantin Osipov <kostja@sun.com> | 2009-10-16 00:56:17 +0400 |
---|---|---|
committer | Konstantin Osipov <kostja@sun.com> | 2009-10-16 00:56:17 +0400 |
commit | ded234de1e3a3b7f012ce1794de7829f446d1c4b (patch) | |
tree | ef72a20b226d9d1f8e214d3a8713846b55c6ccd2 /storage/federated | |
parent | c8a83977d500a4db6024e66ee99c16690965f3bc (diff) | |
download | mariadb-git-ded234de1e3a3b7f012ce1794de7829f446d1c4b.tar.gz |
Backport of:
------------------------------------------------------------
revno: 2476.981.1
committer: msvensson@pilot.mysql.com
timestamp: Mon 2007-11-26 19:03:23 +0100
message:
Bug#31952 Remove undocumented mysql_rpl_* functions.
- Functions removed + variables in st_mysql and st_mysql_options
renamed to "unused".
- Code updated to work without those functions and variables
Diffstat (limited to 'storage/federated')
-rw-r--r-- | storage/federated/ha_federated.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/federated/ha_federated.cc b/storage/federated/ha_federated.cc index cf39e306067..05be8b27a8b 100644 --- a/storage/federated/ha_federated.cc +++ b/storage/federated/ha_federated.cc @@ -2892,7 +2892,7 @@ int ha_federated::info(uint flag) } if (flag & HA_STATUS_AUTO) - stats.auto_increment_value= mysql->last_used_con->insert_id; + stats.auto_increment_value= mysql->insert_id; mysql_free_result(result); |