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
90f23a25
Commit
90f23a25
authored
Aug 02, 2006
by
evgen@moonbone.local
Browse files
Options
Browse Files
Download
Plain Diff
Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-4.1
into moonbone.local:/work/tmp_merge-5.0-opt-mysql
parents
7f0a0806
2119067e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
mysql-test/r/ps_1general.result
mysql-test/r/ps_1general.result
+1
-1
mysql-test/t/ps_1general.test
mysql-test/t/ps_1general.test
+1
-0
No files found.
mysql-test/r/ps_1general.result
View file @
90f23a25
...
...
@@ -298,7 +298,7 @@ t9 MyISAM 10 Dynamic 2 216 432 # 2048 0 NULL # # # latin1_swedish_ci NULL
prepare stmt4 from ' show status like ''Threads_running'' ';
execute stmt4;
Variable_name Value
Threads_running
1
Threads_running
#
prepare stmt4 from ' show variables like ''sql_mode'' ';
execute stmt4;
Variable_name Value
...
...
mysql-test/t/ps_1general.test
View file @
90f23a25
...
...
@@ -316,6 +316,7 @@ prepare stmt4 from ' show table status from test like ''t9%'' ';
--
replace_column
8
# 12 # 13 # 14 #
# Bug#4288
execute
stmt4
;
--
replace_column
2
#
prepare
stmt4
from
' show status like ''Threads_running'' '
;
execute
stmt4
;
prepare
stmt4
from
' show variables like ''sql_mode'' '
;
...
...
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