mirror of
https://gitee.com/wangbin579/cetus.git
synced 2024-11-29 18:37:36 +08:00
Update proxy-plugin.c
Fix prepare stmt problems
This commit is contained in:
parent
3756ddb810
commit
91edf864c5
@ -1546,7 +1546,7 @@ network_read_query(network_mysqld_con *con, proxy_plugin_con_t *st)
|
||||
change_stmt_id(con, stmt_id);
|
||||
}
|
||||
} else if (command == COM_QUERY) {
|
||||
change_server_by_rw(con, backend_ndx);
|
||||
change_server_by_rw(con, st->backend_ndx);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user