Home
last modified time | relevance | path

Searched refs:engine (Results 26 – 50 of 122) sorted by path

12345

/PHP-5.5/ext/mysqli/tests/
H A D004.phpt20 if (!mysqli_query($link,"CREATE TABLE test_bind_fetch(c1 char(10), c2 text) ENGINE=" . $engine))
H A D005.phpt18 if (!mysqli_query($link, "CREATE TABLE test_bind_fetch(c1 char(10), c2 text) ENGINE=" . $engine))
H A D006.phpt27 c7 int) ENGINE=" . $engine);
H A D007.phpt27 c7 smallint) ENGINE=" . $engine);
H A D008.phpt27 c7 tinyint) ENGINE=" . $engine);
H A D009.phpt32 c8 bigint unsigned) ENGINE=" . $engine);
61 …, "CREATE TABLE test_bind_fetch_uint(c1 integer unsigned, c2 integer unsigned) ENGINE=" . $engine);
H A D010.phpt29 c7 float(10) unsigned) ENGINE=" . $engine);
H A D011.phpt24 c8 varchar(50)) ENGINE=" . $engine);
H A D012.phpt24 c8 varchar(10)) ENGINE=" . $engine);
H A D013.phpt22 c8 varchar(10)) ENGINE=" . $engine);
H A D014.phpt27 if (!mysqli_query($link, "CREATE TABLE test(a int, b varchar(10)) engine=InnoDB"))
H A D019.phpt24 col11 char(20)) ENGINE=" . $engine);
H A D036.phpt22 …ATE TABLE t036 (a bigint not null auto_increment primary key, b varchar(10)) ENGINE = " . $engine);
H A D037.phpt20 mysqli_query($link, "CREATE TABLE test_result (a int, b varchar(10)) ENGINE = " . $engine);
H A D038.phpt19 mysqli_query($link, "CREATE TABLE test_result (a int, b varchar(10)) ENGINE = " . $engine);
H A D040.phpt18 mysqli_query($link, "CREATE TABLE test_result (a int, b varchar(10)) ENGINE=" . $engine);
H A D042.phpt25 c7 smallint) ENGINE=" . $engine);
H A D043.phpt19 b int) ENGINE=" . $engine);
H A D046.phpt18 mysqli_query($link, "CREATE TABLE test_affected (foo int) ENGINE=" . $engine);
H A D047.phpt18 …k, "CREATE TABLE test_affected (foo int, bar varchar(10) character set latin1) ENGINE=" . $engine);
H A D048.phpt24 col11 char(20)) ENGINE=" . $engine);
H A D061.phpt15 if ($msg = check_local_infile_support($link, $engine))
H A D067.phpt45 $mysql->query("CREATE TABLE cursor$i (a int not null) ENGINE=" . $engine);
H A Dbug42378.phpt15 function create_table($link, $column, $min, $max, $engine, $offset) {
26 $column, $engine);
161 $expected = create_table($link, 'FLOAT', -10000, 10000, $engine, 90);
166 $expected = create_table($link, 'FLOAT', -10000, 10000, $engine, 110);
171 $expected = create_table($link, 'FLOAT UNSIGNED', 0, 10000, $engine, 130);
176 $expected = create_table($link, 'DECIMAL(5,0)', -1000, 1000, $engine, 150);
H A Dbug48909.phpt17 !$link->query(sprintf("CREATE TABLE test(id INT, label varchar(255)) ENGINE = %s", $engine)))

Completed in 22 milliseconds

12345