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
a3d3c852
Commit
a3d3c852
authored
Jan 22, 2007
by
monty@mysql.com/narttu.mysql.fi
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal.mysql.com:/home/bk/mysql-5.0-marvel
into mysql.com:/home/my/mysql-5.0
parents
a04157fb
e2fbd70f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
4 deletions
+18
-4
mysql-test/r/wait_timeout.result
mysql-test/r/wait_timeout.result
+2
-2
mysql-test/t/wait_timeout.test
mysql-test/t/wait_timeout.test
+4
-2
support-files/disabled_compiler_warnings.txt
support-files/disabled_compiler_warnings.txt
+12
-0
No files found.
mysql-test/r/wait_timeout.result
View file @
a3d3c852
...
...
@@ -6,7 +6,7 @@ select 1;
1
1
select 2;
ERROR HY000: MySQL server has gone away
Got one of the listed errors
select 3;
3
3
...
...
@@ -14,7 +14,7 @@ select 1;
1
1
select 2;
ERROR HY000: MySQL server has gone away
Got one of the listed errors
select 3;
3
3
mysql-test/t/wait_timeout.test
View file @
a3d3c852
...
...
@@ -46,7 +46,8 @@ while (!`select @aborted_clients`)
connection
default
;
# When the connection is closed in this way, the error code should
# be consistent see bug#2845 for an explanation
--
error
2006
# depending on platform/client, either errno 2006 or 2013 can occur below
--
error
2006
,
2013
select
2
;
--
enable_reconnect
select
3
;
...
...
@@ -90,7 +91,8 @@ while (!`select @aborted_clients`)
connection
con1
;
# When the connection is closed in this way, the error code should
# be consistent see bug#2845 for an explanation
--
error
2006
# depending on platform/client, either errno 2006 or 2013 can occur below
--
error
2006
,
2013
select
2
;
--
enable_reconnect
select
3
;
...
...
support-files/disabled_compiler_warnings.txt
0 → 100644
View file @
a3d3c852
DictTabInfo.cpp : .*invalid access to non-static.*
DictTabInfo.cpp : .*macro was used incorrectly.*
EventLogger.cpp : .*defined but not used.* : 916
NdbSqlUtil.cpp : .*unused variable.* : 684 - 685
DbdihMain.cpp : .*unused variable.* : 6666
DbtcMain.cpp : .*unused variable.* : 6947
DbtcMain.cpp : .*unused variable.* : 11870
DbtupExecQuery.cpp : .*unused variable.* : 1449
DbtupSystemRestart.cpp : .*unused variable.* : 95 - 96
DbtupIndex.cpp : .*unused variable.* : 188 - 242
ndbd_malloc.cpp : .*defined but not used.* : 25
main.cpp : .*unused variable.* : 131 - 132
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