From 90348cd1c9e1bad3cb074254c9ae674c490c8ce7 Mon Sep 17 00:00:00 2001 From: Nick Vyzas Date: Thu, 18 Oct 2018 02:28:07 +0300 Subject: [PATCH] Fixes user / schema column order https://github.com/sysown/proxysql/issues/1720 --- lib/MySQL_PreparedStatement.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/MySQL_PreparedStatement.cpp b/lib/MySQL_PreparedStatement.cpp index b88127969..818179128 100644 --- a/lib/MySQL_PreparedStatement.cpp +++ b/lib/MySQL_PreparedStatement.cpp @@ -870,7 +870,7 @@ class PS_global_stats { unsigned long long ref_count_client; unsigned long long ref_count_server; char *query; - PS_global_stats(uint64_t stmt_id, unsigned int h, char *u, char *s, uint64_t d, char *q, unsigned long long ref_c, unsigned long long ref_s) { + PS_global_stats(uint64_t stmt_id, unsigned int h, char *s, char *u, uint64_t d, char *q, unsigned long long ref_c, unsigned long long ref_s) { statement_id = stmt_id; hid=h; digest=d;