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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
7d84ef0e
Commit
7d84ef0e
authored
Mar 15, 2007
by
kostja@bodhi.local
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug#26765 "typo when running mysql-test-run"
Fix a typo (togheter -> together)
parent
245668ef
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+1
-1
storage/ndb/test/include/NDBT_Error.hpp
storage/ndb/test/include/NDBT_Error.hpp
+2
-2
storage/ndb/test/include/NDBT_ReturnCodes.h
storage/ndb/test/include/NDBT_ReturnCodes.h
+1
-1
No files found.
mysql-test/mysql-test-run.pl
View file @
7d84ef0e
...
...
@@ -899,7 +899,7 @@ sub command_line_setup () {
# --------------------------------------------------------------------------
if
(
$opt_with_ndbcluster
and
!
$opt_bench
)
{
mtr_error
("
Can only use --with-ndbcluster tog
het
er with --bench
");
mtr_error
("
Can only use --with-ndbcluster tog
eth
er with --bench
");
}
if
(
$opt_ndbconnectstring
)
...
...
storage/ndb/test/include/NDBT_Error.hpp
View file @
7d84ef0e
...
...
@@ -77,8 +77,8 @@ private:
};
//
// ERR prints an NdbError object tog
heter with a description of where
//
the
error occured
// ERR prints an NdbError object tog
ether with a description of where the
// error occured
//
#define ERR_OUT(where, error) \
{ where << "ERROR: " << error.code << " " \
...
...
storage/ndb/test/include/NDBT_ReturnCodes.h
View file @
7d84ef0e
...
...
@@ -26,7 +26,7 @@ extern "C" {
#define NDBT_TEMPORARY 3
/**
* NDBT_ProgramExit
* This function will print the returncode tog
het
er with a prefix on
* This function will print the returncode tog
eth
er with a prefix on
* the screen and then exit the test program.
* Call this function when exiting the main function in your test programs
* Returns the return code
...
...
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