1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-16235 Server crashes in my_utf8_uni or in my_strtod_int upon

SELECT .. LIMIT 0 (new variant)

This is another attempt to fix the problem of mdev-14515.
This commit is contained in:
Igor Babaev
2018-06-11 08:52:26 -07:00
parent ca733d03c8
commit 147744d455
5 changed files with 24 additions and 4 deletions

View File

@ -1147,7 +1147,6 @@ JOIN::optimize()
{
DBUG_PRINT("info", ("Zero limit"));
zero_result_cause= "Zero limit";
conds= 0;
}
table_count= top_join_tab_count= 0;
error= 0;