1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-11 05:52:26 +03:00

copy from test-extra-5.0 to main tree

BitKeeper/etc/ignore:
  Added mysql-test/mysql-test-run-shell to the ignore list
mysql-test/suite/funcs_2/include/check_charset.inc:
  finished files with newline
This commit is contained in:
unknown
2007-02-06 19:07:48 +01:00
parent 9bb750f5e8
commit 630091fed4
219 changed files with 719244 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,5 @@
--disable_query_log
EXECUTE ins_sel_with_result;
SET @select_id = LAST_INSERT_ID();
--enable_query_log

View File

@@ -0,0 +1,5 @@
--disable_query_log
EXECUTE ins_sel_no_result;
SET @select_id = LAST_INSERT_ID();
--enable_query_log

View File

@@ -0,0 +1,4 @@
--disable_query_log
eval SET @my_select = 'SELECT CAST($col_type AS $target_type),
$col_type, id FROM t1_values';
--source suite/funcs_1/views/fv1.inc

View File

@@ -0,0 +1,4 @@
--disable_query_log
eval SET @my_select = 'SELECT IF($col_type, ''IS TRUE'', ''IS NOT TRUE''),
$col_type, id FROM t1_values';
--source suite/funcs_1/views/fv1.inc

View File

@@ -0,0 +1,4 @@
--disable_query_log
eval SET @my_select = 'SELECT IF($col_type IS NULL, ''IS NULL'',
''IS NOT NULL''), $col_type, id FROM t1_values';
--source suite/funcs_1/views/fv1.inc

View File

@@ -0,0 +1,4 @@
--disable_query_log
eval SET @my_select = 'SELECT IFNULL($col_type,''IS_NULL''),
$col_type, id FROM t1_values';
--source suite/funcs_1/views/fv1.inc

File diff suppressed because it is too large Load Diff