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

some more if stmt simplifications

This commit is contained in:
Bjorn Munch
2010-12-17 11:30:59 +01:00
parent bdedbcd87e
commit c406c79797
5 changed files with 14 additions and 14 deletions

View File

@ -10,7 +10,7 @@ if (`SELECT "XX$status_items" = "XX"`)
--disable_query_log
--vertical_results
while (`SELECT "XX$_items" <> "XX"`)
while ($_items)
{
--let $_name= `SELECT SUBSTRING_INDEX('$_items', ',', 1)`
--let $_items= `SELECT LTRIM(SUBSTRING('$_items', LENGTH('$_name') + 2))`