1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 13:12:16 +02:00

just to be sure ...

This commit is contained in:
Hartmut Holzgraefe
2005-02-27 11:55:39 +00:00
parent beb7151936
commit fa5070b39c

View File

@@ -114,6 +114,8 @@ static int mysql_handle_preparer(pdo_dbh_t *dbh, const char *sql, long sql_len,
pdo_mysql_stmt *S = ecalloc(1, sizeof(pdo_mysql_stmt));
S->H = H;
S->result = NULL;
stmt->driver_data = S;
stmt->methods = &mysql_stmt_methods;
stmt->supports_placeholders = PDO_PLACEHOLDER_NONE;