Home
last modified time | relevance | path

Searched refs:mysql (Results 76 – 100 of 135) sorted by relevance

123456

/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_select_db.phpt44 if (mysqli_select_db($link, 'mysql')) {
54 if (strtolower($row['dbname']) !== 'mysql')
55 printf("[011] Expecting database 'mysql', found '%s'\n", $row['dbname']);
H A Dmysqli_character_set_name_oo.phpt11 …/* NOTE: http://bugs.mysql.com/bug.php?id=7923 makes this test fail very likely on all 4.1.x - 5.0…
45 …printf("[010] Could be known server bug http://bugs.mysql.com/bug.php?id=7923, collation %s instea…
H A Dmysqli_character_set_name.phpt11 …/* NOTE: http://bugs.mysql.com/bug.php?id=7923 makes this test fail very likely on all 4.1.x - 5.0…
51 …printf("[010] Could be known server bug http://bugs.mysql.com/bug.php?id=7923, collation %s instea…
H A Dmysqli_get_client_stats_off.phpt23 // connect and table inc connect to mysql and create tables
H A Dbug45289.phpt30 printf("[004] [007] http://bugs.mysql.com/bug.php?id=47485\n");
H A Dmysqli_get_connection_stats_off.phpt17 // connect and table inc connect to mysql and create tables
H A D036.phpt28 see mysql bug #54. So we don't check for the value, only for type (which must
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_driver_name.phpt30 %unicode|string%(5) "mysql"
H A Dpdo_mysql_exec_select.phpt63 …etchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable qu…
64 …etchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable qu…
H A Dpdo_mysql___construct.phpt37 print tryandcatch(5, '$db = new PDO("mysql");');
38 print tryandcatch(6, '$db = new PDO("mysql ");');
51 $dsn = 'mysql:';
60 $dsn = 'mysql:invalid=foo';
63 $dsn = 'mysql:' . str_repeat('howmuch=canpdoeat;', 1000);
66 $dsn = 'mysql:' . str_repeat('abcdefghij', 1024 * 10) . '=somevalue';
H A Dbug_42499.phpt69 …etchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable qu…
79 …etchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable qu…
H A Dpecl_bug_5200.phpt2 PDO MySQL PECL Bug #5200 (Describe table gives unexpected result mysql and type enum)
H A Dpdo_mysql_connect_charset.phpt13 /* Connect to mysql to determine the current charset so we can diffinate it */
H A Dpdo_mysql_stmt_closecursor.phpt157 …etchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable qu…
162 …etchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable qu…
168 …etchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable qu…
173 …etchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable qu…
H A Dbug_50323.phpt33 $dsn = 'mysql:';
H A Dbug54929.phpt2 Bug #54929 (Parse error with single quote in sql comment (pdo-mysql))
H A Dconfig.inc13 $config['ENV']['PDOTEST_DSN'] = 'mysql:host=localhost;dbname=test';
/PHP-5.4/ext/mysql/tests/
H A Dmysql_pconn_max_links.phpt2 Persistent connections and mysql.max_persistent
14 // we need a second DB user to test for a possible flaw in the ext/mysql[i] code
61 mysql.max_links=3
62 mysql.max_persistent=2
63 mysql.allow_persistent=1
H A Dmysql_pconn_kill.phpt9 mysql.allow_persistent=1
10 mysql.max_persistent=2
/PHP-5.4/ext/mysqli/
H A Dconfig.m440 AC_MSG_ERROR([Please reinstall the mysql distribution])
56 …AC_MSG_ERROR([wrong mysql library version or lib not found. Check config.log for more information.…
/PHP-5.4/
H A Dmakerpm71 --with-mysql \
89 --with-mysql \
H A DREADME.SELF-CONTAINED-EXTENSIONS41 the mysql extension:
43 $ cp -rp php-4.0.X/ext/mysql/* .
56 [--with-mysql=MYSQL-DIR]
H A Dphp.ini-development1101 mysql.allow_persistent = On
1105 mysql.cache_size = 2000
1109 mysql.max_persistent = -1
1113 mysql.max_links = -1
1120 mysql.default_port =
1125 mysql.default_socket =
1129 mysql.default_host =
1133 mysql.default_user =
1141 mysql.default_password =
1145 mysql.connect_timeout = 60
[all …]
H A Dphp.ini-production1101 mysql.allow_persistent = On
1105 mysql.cache_size = 2000
1109 mysql.max_persistent = -1
1113 mysql.max_links = -1
1120 mysql.default_port =
1125 mysql.default_socket =
1129 mysql.default_host =
1133 mysql.default_user =
1141 mysql.default_password =
1145 mysql.connect_timeout = 60
[all …]
/PHP-5.4/ext/pdo/tests/
H A Dpdo_021.phpt17 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'mysql') {

Completed in 28 milliseconds

123456