From:             davefazio at annulet dot com
Operating system: Windows 2003 Sever
PHP version:      5.0.0b2 (beta2)
PHP Bug Type:     MySQL related
Bug description:  TABLE TEMPORARY DOES NOT WORK

Description:
------------
Keep getting a FAIL when passing a CREATE TABLE TEMPORARY in PHP 5 (and
the current production release). I can run the exact same query with same
MySQL user from the command line without error.

Reproduce code:
---------------
and CREATE TABLE TEMPORARY statement should reproduce the problem.

Actual result:
--------------
mysql_query returns FALSE adn the table is not created

-- 
Edit bug report at http://bugs.php.net/?id=26387&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26387&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26387&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26387&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26387&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26387&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=26387&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26387&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26387&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26387&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26387&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26387&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26387&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26387&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26387&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26387&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26387&r=float

Reply via email to