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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user