mirror of
https://gitee.com/wangbin579/cetus.git
synced 2024-11-29 18:37:36 +08:00
Don't release sharding plan in the wrong place
This commit is contained in:
parent
7f940251be
commit
67ed758353
@ -443,10 +443,6 @@ explain_shard_sql(network_mysqld_con *con, sharding_plan_t *plan)
|
||||
static void
|
||||
proxy_generate_shard_explain_packet(network_mysqld_con *con)
|
||||
{
|
||||
if (con->sharding_plan) {
|
||||
sharding_plan_free(con->sharding_plan);
|
||||
g_message(G_STRLOC ": shard plan is not empty:%s", con->orig_sql->str);
|
||||
}
|
||||
sharding_plan_t *plan = sharding_plan_new(con->orig_sql);
|
||||
plan->is_partition_mode = con->srv->is_partition_mode;
|
||||
if (explain_shard_sql(con, plan) != 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user