mirror of
https://github.com/MariaDB/server.git
synced 2025-08-09 22:24:09 +03:00

(fixed bug #2526 "--init-file crashes MySQL if contains large select") Such checking usually works in send_ok, send_eof, but in this case large result causes interim flushing.
1 line
157 B
SQL
1 line
157 B
SQL
select * from mysql.user as t1, mysql.user as t2, mysql.user as t3, mysql.user as t4, mysql.user as t5, mysql.user as t6, mysql.user as t7, mysql.user as t8; |