ID:               39052
 User updated by:  xing at mac dot com
 Reported By:      xing at mac dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         PDO related
 Operating System: Linux
 PHP Version:      5.1.6
 New Comment:

Just tried the 5.2cvs snapshot. Same result. No change.


Previous Comments:
------------------------------------------------------------------------

[2006-10-05 19:36:29] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip



------------------------------------------------------------------------

[2006-10-05 19:28:57] xing at mac dot com

Description:
------------
PHP 5.1.6
Mysql 5.0.24a

I have tested using PDO::query for both "show master status" and "show
slave status" via tcp port and both bomb out with "SQLSTATE[HY000]:
General error: 2030 This command is not supported in the prepared
statement protocol yet" error.

Bug #36572 was suppoed to fix this but I just tested with php 5.1.6 and
the issue is still unresolved. 


Reproduce code:
---------------
Execute 

"show slave status;"

or 

"show master status"

via pdo::query connected to server using tcp port.

Expected result:
----------------
Result set.

Actual result:
--------------
SQLSTATE[HY000]: General error: 2030 This command is not supported in
the prepared statement protocol yet


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=39052&edit=1

Reply via email to