Commit 44137aa3 authored by unknown's avatar unknown

Bug#26765 "typo when running mysql-test-run"

Fix a typo (togheter -> together)


mysql-test/mysql-test-run.pl:
  Fix a typo (togheter -> together)
storage/ndb/test/include/NDBT_Error.hpp:
  Fix a typo (togheter -> together)
storage/ndb/test/include/NDBT_ReturnCodes.h:
  Fix a typo (togheter -> together)
parent 783b7748
...@@ -899,7 +899,7 @@ sub command_line_setup () { ...@@ -899,7 +899,7 @@ sub command_line_setup () {
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
if ( $opt_with_ndbcluster and !$opt_bench) if ( $opt_with_ndbcluster and !$opt_bench)
{ {
mtr_error("Can only use --with-ndbcluster togheter with --bench"); mtr_error("Can only use --with-ndbcluster together with --bench");
} }
if ( $opt_ndbconnectstring ) if ( $opt_ndbconnectstring )
......
...@@ -77,8 +77,8 @@ private: ...@@ -77,8 +77,8 @@ private:
}; };
// //
// ERR prints an NdbError object togheter with a description of where // ERR prints an NdbError object together with a description of where the
// the error occured // error occured
// //
#define ERR_OUT(where, error) \ #define ERR_OUT(where, error) \
{ where << "ERROR: " << error.code << " " \ { where << "ERROR: " << error.code << " " \
......
...@@ -26,7 +26,7 @@ extern "C" { ...@@ -26,7 +26,7 @@ extern "C" {
#define NDBT_TEMPORARY 3 #define NDBT_TEMPORARY 3
/** /**
* NDBT_ProgramExit * NDBT_ProgramExit
* This function will print the returncode togheter with a prefix on * This function will print the returncode together with a prefix on
* the screen and then exit the test program. * the screen and then exit the test program.
* Call this function when exiting the main function in your test programs * Call this function when exiting the main function in your test programs
* Returns the return code * Returns the return code
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment