Home
last modified time | relevance | path

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

1234

/PHP-7.4/ext/mysqli/tests/
H A D013.phpt22 c8 varchar(10)) ENGINE=" . $engine);
H A Dmysqli_real_escape_string_eucjpms.phpt36 KEY(id)) ENGINE=' . $engine . " DEFAULT CHARSET=eucjpms")) {
H A Dmysqli_real_escape_string_euckr.phpt35 KEY(id)) ENGINE=' . $engine . " DEFAULT CHARSET=euckr")) {
H A Dmysqli_real_escape_string_gb2312.phpt36 KEY(id)) ENGINE=' . $engine . " DEFAULT CHARSET=gb2312")) {
H A D067.phpt45 $mysql->query("CREATE TABLE cursor$i (a int not null) ENGINE=" . $engine);
H A D002.phpt25 col11 char(20)) ENGINE=" . $engine);
H A Dmysqli_real_escape_string_gbk.phpt36 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 D061.phpt15 if ($msg = check_local_infile_support($link, $engine))
H A Dmysqli_stmt_datatype_change.phpt26 $c1->query("create table type_change(a int, b char(10)) ENGINE = " . $engine);
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.phpt36 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 D047.phpt18 …k, "CREATE TABLE test_affected (foo int, bar varchar(10) character set latin1) ENGINE=" . $engine);
/PHP-7.4/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?
H A Dpdo_mysql_attr_autocommit.phpt54 // nice, we have a transactional engine to play with
/PHP-7.4/ext/snmp/tests/
H A Dsnmp-object-setSecurity_error.phpt63 Warning: SNMP::setSecurity(): Bad engine ID value 'dsa' in %s on line %d

Completed in 24 milliseconds

1234