1
This commit is contained in:
parent
95eb47a9db
commit
a8c53babd6
@ -179,8 +179,8 @@ void DBEngine::RefreshIdx()
|
||||
DBEngine::Instance()->ExecAsyncQuery
|
||||
(
|
||||
conn_info,
|
||||
"SELECT MAX(idx) FROM friend_apply UNION "
|
||||
"SELECT MAX(idx) FROM event;",
|
||||
"SELECT IFNULL(MAX(idx), 0) FROM friend_apply UNION ALL "
|
||||
"SELECT IFNULL(MAX(idx), 0) FROM event;",
|
||||
{
|
||||
},
|
||||
a8::XParams()
|
||||
|
Loading…
x
Reference in New Issue
Block a user