Happens on CALL of procedure doing an INSERT or UPDATE (if dataset exists) into a table.
Should mean missing calls of PHP functions.
See for defails: http://dev.mysql.com/doc/refman/5.1/de/commands-out-of-sync.html
Architecture:
phpMyAdmin: 3.4.7.1
PHP: 4.4.9
MySQL: 5.1.58
Example statement:
CALL spFieldData(
'0999',
62942,
'Testing field',
'Grade Name',
12.3,
'2011-11-11',
'2011-11-13',
'12°34''56.78''''N',
'98°76''54.32''''E');
For stored procedure details see attachment.
Stored Procedure "spFieldData"
This issue has been fixed for the upcoming 3.5.0 version of phpMyAdmin. However, as far as I know, there is no plan to backport the fix to the 3.4.x branch.