Remove unused variables from readwritesplit
There were some unused variables in readwritesplit that caused builds to fail.
This commit is contained in:
@ -927,9 +927,6 @@ handle_multi_temp_and_load(ROUTER_CLIENT_SES *rses, GWBUF *querybuf,
|
|||||||
*/
|
*/
|
||||||
if (rses->have_tmp_tables)
|
if (rses->have_tmp_tables)
|
||||||
{
|
{
|
||||||
rses_property_t *rses_prop_tmp;
|
|
||||||
|
|
||||||
rses_prop_tmp = rses->rses_properties[RSES_PROP_TYPE_TMPTABLES];
|
|
||||||
check_drop_tmp_table(rses, querybuf, packet_type);
|
check_drop_tmp_table(rses, querybuf, packet_type);
|
||||||
if (is_packet_a_query(packet_type))
|
if (is_packet_a_query(packet_type))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user