mirror of
https://github.com/MariaDB/server.git
synced 2025-08-29 00:08:14 +03:00
assertion .\filesort.cc, line 797 A query with the "ORDER BY @@some_system_variable" clause, where @@some_system_variable is NULL, causes assertion failure in the filesort procedures. The reason of the failure is in the value of Item_func_get_system_var::maybe_null: it was unconditionally set to false even if the value of a variable was NULL.
Some of these tests allocate more than 4GB RAM. So, assure that the machine on which the suite will be executed has more than 4GB RAM.