1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

new merge from 5.5

This commit is contained in:
Bjorn Munch
2010-12-20 12:56:02 +01:00
252 changed files with 8943 additions and 1744 deletions

View File

@@ -2,7 +2,7 @@
# that varies depending on where the test is executed.
--let $_items=$status_items
if (`SELECT "XX$status_items" = "XX"`)
if (!$status_items)
{
--die 'Variable status_items is NULL'
}