Home
last modified time | relevance | path

Searched refs:engine (Results 76 – 100 of 122) sorted by relevance

12345

/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_non_select.phpt47 // MyISAM engine should be part of _every_ MySQL today
122 // MyISAM engine should be part of _every_ MySQL today
H A Dpdo_mysql_get_attribute.phpt10 die("skip Transactional engine not found");
H A Dpdo_mysql_rollback.phpt10 die("skip Transactional engine not found");
H A Dpdo_mysql_attr_autocommit.phpt54 // nice, we have a transactional engine to play with
H A Dpdo_mysql_begintransaction.phpt10 die("skip Transactional engine not found");
148 // TODO: What about an engine that does not support transactions?
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c78 static int engine = 1; variable
632 engine = 0; in alter_ini()
669 engine = 1; in processReq()
672 if ( engine ) { in processReq()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_options_init_command.phpt21 !mysqli_query($link, sprintf("CREATE TABLE test(id INT) ENGINE = %s\n", $engine)) ||
H A Dmysqli_real_escape_string_big5.phpt38 KEY(id)) ENGINE=' . $engine . " DEFAULT CHARSET=big5")) {
H A Dmysqli_stmt_fetch_bit.phpt30 …ery($link, $sql = sprintf('CREATE TABLE test(id INT, label BIT(%d)) ENGINE="%s"', $bits, $engine)))
H A D014.phpt27 if (!mysqli_query($link, "CREATE TABLE test(a int, b varchar(10)) engine=InnoDB"))
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt22 …ABLE test(id INT NOT NULL AUTO_INCREMENT, label LONGBLOB, PRIMARY KEY(id)) ENGINE = %s", $engine)))
H A Dmysqli_insert_packet_overflow.phpt74 if (!mysqli_query($link, "CREATE TABLE test(col_blob LONGBLOB) ENGINE=" . $engine))
H A Dmysqli_fetch_assoc_bit.phpt48 …, bit_value BIT(%d) NOT NULL, bit_null BIT(%d) DEFAULT NULL) ENGINE="%s"', $bits, $bits, $engine)))
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt22 …ABLE test(id INT NOT NULL AUTO_INCREMENT, label LONGBLOB, PRIMARY KEY(id)) ENGINE = %s", $engine)))
H A Dmysqli_stmt_get_result_bit.phpt51 …, bit_value BIT(%d) NOT NULL, bit_null BIT(%d) DEFAULT NULL) ENGINE="%s"', $bits, $bits, $engine)))
H A Dmysqli_stmt_bind_result_bit.phpt47 …bit_value BIT(%d) NOT NULL, bit_null BIT(%d) DEFAULT NULL) ENGINE = %s", $bits, $bits, $engine))) {
H A Dmysqli_affected_rows_oo.phpt28 … (!$mysqli->query('CREATE TABLE test(id INT, label CHAR(1), PRIMARY KEY(id)) ENGINE = ' . $engine))
H A Dconnect.inc16 $engine = getenv("MYSQL_TEST_ENGINE") ? getenv("MYSQL_TEST_ENGINE") : "MyISAM";
H A Dmysqli_prepare.phpt43 …if (!is_object(($stmt = mysqli_prepare($link, 'CREATE TABLE test2(id INT) ENGINE =' . $engine))) |…
H A D047.phpt18 …k, "CREATE TABLE test_affected (foo int, bar varchar(10) character set latin1) ENGINE=" . $engine);
H A Dmysqli_stmt_send_long_data.phpt33 …ABLE test(id INT NOT NULL AUTO_INCREMENT, label LONGBLOB, PRIMARY KEY(id)) ENGINE = %s", $engine)))
H A Dmysqli_affected_rows.phpt36 …sqli_query($link, 'CREATE TABLE test(id INT, label CHAR(1), PRIMARY KEY(id)) ENGINE = ' . $engine))
/PHP-5.5/ext/spl/
H A Ddoxygen.cfg215 # Configuration::additions related to the search engine
/PHP-5.5/ext/mysql/tests/
H A Dmysql_fetch_field.phpt86 …if (!mysql_query(sprintf("CREATE TABLE test(id INT, label %s) ENGINE = %s", $type_name, $engine), …
87 // server and/or engine might not support the data type
H A Dmysql_affected_rows.phpt36 if (!mysql_query('CREATE TABLE test(id INT, label CHAR(1), PRIMARY KEY(id)) ENGINE = ' . $engine, $…

Completed in 63 milliseconds

12345