Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
23804665
Commit
23804665
authored
Sep 26, 2004
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/dlenev/src/mysql-4.1-psfix
parents
e9a3612a
6fcb8b69
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
mysql-test/r/ps_1general.result
mysql-test/r/ps_1general.result
+0
-2
mysql-test/t/ps_1general.test
mysql-test/t/ps_1general.test
+9
-2
No files found.
mysql-test/r/ps_1general.result
View file @
23804665
...
...
@@ -333,8 +333,6 @@ execute stmt1 ;
ERROR 42S02: Unknown table 't5'
prepare stmt1 from ' SELECT @@version ' ;
execute stmt1 ;
Catalog Database Table Table_alias Column Column_alias Name Type Length Max length Is_null Flags Decimals Charsetnr
def @@VERSION 254 102 34 N 1 31 8
@@VERSION
<version>
prepare stmt_do from ' do @var:= (1 in (select a from t1)) ' ;
...
...
mysql-test/t/ps_1general.test
View file @
23804665
...
...
@@ -344,12 +344,19 @@ execute stmt1 ;
## SELECT @@version
# cases derived from client_test.c: test_select_version()
--
enable_metadata
#
# TODO: Metadata check is temporary disabled here, because metadata of
# this statement also depends on @@version contents and you can't apply
# replace_column and replace_result to it. It will be enabled again when
# support of replace_column and replace_result on metadata will be
# implemented.
#
#--enable_metadata
prepare
stmt1
from
' SELECT @@version '
;
# egalize the version
--
replace_column
1
<
version
>
execute
stmt1
;
--
disable_metadata
#
--disable_metadata
## do @var:= and set @var=
# cases derived from client_test.c: test_do_set()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment