mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
MFH: add MySQL options and corresponding constants
This commit is contained in:
parent
7c01510b95
commit
9ffefbc74e
3 changed files with 46 additions and 0 deletions
|
@ -78,5 +78,9 @@ extern struct pdo_stmt_methods mysql_stmt_methods;
|
|||
|
||||
enum {
|
||||
PDO_MYSQL_ATTR_USE_BUFFERED_QUERY = PDO_ATTR_DRIVER_SPECIFIC,
|
||||
PDO_MYSQL_ATTR_LOCAL_INFILE,
|
||||
PDO_MYSQL_ATTR_INIT_COMMAND,
|
||||
PDO_MYSQL_ATTR_READ_DEFAULT_FILE,
|
||||
PDO_MYSQL_ATTR_READ_DEFAULT_GROUP,
|
||||
};
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue