bug #2682140 UUID() and CURRENT_USER() should not accept arguments

This commit is contained in:
Herman van Rink
2009-03-12 20:18:42 +00:00
parent b2de2049d5
commit a10dc103c0
2 changed files with 3 additions and 0 deletions

View File

@@ -159,6 +159,8 @@ $func_no_param = array(
'RAND',
'USER',
'LAST_INSERT_ID',
'UUID',
'CURRENT_USER',
);
foreach ($loop_array as $rowcount => $primary_key) {