mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 11.4 into 11.7
This commit is contained in:
@@ -26,8 +26,10 @@ static void check(const char *res)
|
||||
str1.length= 0;
|
||||
}
|
||||
|
||||
int main(void)
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
MY_INIT(argv[0]);
|
||||
|
||||
plan(23);
|
||||
|
||||
IF_WIN(skip_all("Test of POSIX shell escaping rules, not for CMD.EXE\n"), );
|
||||
@@ -69,5 +71,6 @@ int main(void)
|
||||
|
||||
dynstr_free(&str1);
|
||||
|
||||
my_end(MY_CHECK_ERROR);
|
||||
return exit_status();
|
||||
}
|
||||
|
Reference in New Issue
Block a user