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
17cd69cc
Commit
17cd69cc
authored
Nov 28, 2008
by
Sergey Glukhov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pushbuild failure fixes
parent
99fe5e52
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
7 deletions
+11
-7
mysql-test/r/perror-win.result
mysql-test/r/perror-win.result
+4
-3
mysql-test/t/perror-win.test
mysql-test/t/perror-win.test
+6
-3
sql/item_func.cc
sql/item_func.cc
+1
-1
No files found.
mysql-test/r/perror-win.result
View file @
17cd69cc
MySQL error code 150: Foreign key constraint is incorrectly formed
Win32 error code 150: System trace information was not specified in your CONFIG.SYS file, or tracing is disallowed.
Win32 error code 150: System trace information was not specified in your CONFIG.SYS file, or tracing is disallowed.
OS error code 23: Too many open files in system
Win32 error code 23: Data error (cyclic redundancy check).
Win32 error code 15000: The specified channel path is invalid.
Win32 error code 23: Data error (cyclic redundancy check).
Win32 error code 500: User profile cannot be loaded.
Illegal error code: 30000
mysql-test/t/perror-win.test
View file @
17cd69cc
...
...
@@ -6,6 +6,9 @@ eval select LENGTH("$MY_PERROR") > 0 as "have_perror";
enable_query_log
;
--
exec
$MY_PERROR
150
--
exec
$MY_PERROR
23
--
exec
$MY_PERROR
15000
--
exec
$MY_PERROR
150
2
>&
1
--
exec
$MY_PERROR
23
2
>&
1
--
exec
$MY_PERROR
500
2
>&
1
--
error
1
--
exec
$MY_PERROR
30000
2
>&
1
sql/item_func.cc
View file @
17cd69cc
...
...
@@ -2275,7 +2275,7 @@ void Item_func_min_max::fix_length_and_dec()
uint
Item_func_min_max
::
cmp_datetimes
(
ulonglong
*
value
)
{
u
longlong
min_max
;
longlong
min_max
;
uint
min_max_idx
=
0
;
LINT_INIT
(
min_max
);
...
...
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