diff options
author | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2008-11-28 14:50:13 +0400 |
---|---|---|
committer | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2008-11-28 14:50:13 +0400 |
commit | 78119b2d04457abe94f2a0a9f3d887c0eb9210a5 (patch) | |
tree | fbf4f2c926f9679d35329a2a3b33060bf9488b5c /mysql-test/r/perror-win.result | |
parent | 50cfde53283897422c199b30b097d6cf274b346c (diff) | |
download | mariadb-git-78119b2d04457abe94f2a0a9f3d887c0eb9210a5.tar.gz |
pushbuild failure fixes
mysql-test/r/perror-win.result:
pushbuild failure fix
mysql-test/t/perror-win.test:
pushbuild failure fix
sql/item_func.cc:
pushbuild failure fix
Diffstat (limited to 'mysql-test/r/perror-win.result')
-rw-r--r-- | mysql-test/r/perror-win.result | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mysql-test/r/perror-win.result b/mysql-test/r/perror-win.result index 61e6fcaab4e..8d3026bc331 100644 --- a/mysql-test/r/perror-win.result +++ b/mysql-test/r/perror-win.result @@ -1,5 +1,6 @@ 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 |