mirror of
https://github.com/MariaDB/server.git
synced 2025-11-28 17:36:30 +03:00
Item_func_not_all::print() either uses Item_func::print() or directly invokes args[0]->print(). Thus the precedence should be either the one of Item_func or of args[0]. Item_allany_subselect::print() prints args[0], then a comparison op, then a subquery. That is, the precedence should be the one of a comparison.
1.7 KiB
1.7 KiB