Home
last modified time | relevance | path

Searched refs:engine (Results 51 – 75 of 98) sorted by relevance

1234

/PHP-8.0/ext/mysqli/tests/
H A Dlocal_infile_tools.inc9 function check_local_infile_support($link, $engine, $table_name = 'test') {
24 $table_name, $engine)))
H A D013.phpt22 c8 varchar(10)) ENGINE=" . $engine);
H A D002.phpt25 col11 char(20)) ENGINE=" . $engine);
H A D067.phpt43 $mysql->query("CREATE TABLE cursor$i (a int not null) ENGINE=" . $engine);
H A Dmysqli_real_escape_string_eucjpms.phpt35 KEY(id)) ENGINE=' . $engine . " DEFAULT CHARSET=eucjpms")) {
H A Dmysqli_real_escape_string_euckr.phpt34 KEY(id)) ENGINE=' . $engine . " DEFAULT CHARSET=euckr")) {
H A Dmysqli_real_escape_string_gb2312.phpt35 KEY(id)) ENGINE=' . $engine . " DEFAULT CHARSET=gb2312")) {
H A Dmysqli_real_escape_string_gbk.phpt35 KEY(id)) ENGINE=' . $engine . " DEFAULT CHARSET=gbk")) {
H A D019.phpt24 col11 char(20)) ENGINE=" . $engine);
H A D004.phpt20 if (!mysqli_query($link,"CREATE TABLE test_bind_fetch(c1 char(10), c2 text) ENGINE=" . $engine))
H A Dmysqli_stmt_datatype_change.phpt25 $c1->query("create table type_change(a int, b char(10)) ENGINE = " . $engine);
H A Dmysqli_stmt_fetch_bit.phpt26 …ery($link, $sql = sprintf('CREATE TABLE test(id INT, label BIT(%d)) ENGINE="%s"', $bits, $engine)))
H A Dmysqli_options_init_command.phpt19 !mysqli_query($link, sprintf("CREATE TABLE test(id INT) ENGINE = %s\n", $engine)) ||
H A Dmysqli_real_escape_string_big5.phpt35 KEY(id)) ENGINE=' . $engine . " DEFAULT CHARSET=big5")) {
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.phpt21 …ABLE test(id INT NOT NULL AUTO_INCREMENT, label LONGBLOB, PRIMARY KEY(id)) ENGINE = %s", $engine)))
H A D047.phpt18 …k, "CREATE TABLE test_affected (foo int, bar varchar(10) character set latin1) ENGINE=" . $engine);
H A Dmysqli_fetch_assoc_bit.phpt44 …, bit_value BIT(%d) NOT NULL, bit_null BIT(%d) DEFAULT NULL) ENGINE="%s"', $bits, $bits, $engine)))
H A Dmysqli_stmt_send_long_data.phpt20 …ABLE test(id INT NOT NULL AUTO_INCREMENT, label LONGBLOB, PRIMARY KEY(id)) ENGINE = %s", $engine)))
/PHP-8.0/ext/pdo_mysql/tests/
H A Dbug66528.phpt19 $dbh->exec('CREATE TABLE test (a int) engine=innodb');
H A Dpdo_mysql_get_attribute.phpt10 die("skip Transactional engine not found");
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_rollback.phpt10 die("skip Transactional engine not found");
H A Dpdo_mysql_begintransaction.phpt10 die("skip Transactional engine not found");
148 // TODO: What about an engine that does not support transactions?
/PHP-8.0/ext/snmp/tests/
H A Dsnmp-object-setSecurity_error.phpt78 Warning: SNMP::setSecurity(): Bad engine ID value 'dsa' in %s on line %d

Completed in 96 milliseconds

1234