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
504e3756
Commit
504e3756
authored
Aug 02, 2006
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk@192.168.21.1:mysql-4.1
into mysql.com:/home/hf/work/mysql-4.1.20317
parents
87fc6265
0770db04
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 @
504e3756
...
...
@@ -282,7 +282,7 @@ t9 MyISAM 9 Dynamic 2 220 440 4294967295 2048 0 NULL # # # latin1_swedish_ci NUL
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 @
504e3756
...
...
@@ -305,6 +305,7 @@ prepare stmt4 from ' show table status from test like ''t9%'' ';
--
replace_result
2147483647
4294967295
# 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