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
7c742e55
Commit
7c742e55
authored
Apr 30, 2004
by
monty@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Portability fixes
parent
35579a2a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
mysql-test/mysql-test-run.sh
mysql-test/mysql-test-run.sh
+1
-1
mysql-test/t/system_mysql_db_fix-master.opt
mysql-test/t/system_mysql_db_fix-master.opt
+1
-1
scripts/mysql_fix_privilege_tables.sh
scripts/mysql_fix_privilege_tables.sh
+1
-1
No files found.
mysql-test/mysql-test-run.sh
View file @
7c742e55
...
...
@@ -1447,7 +1447,7 @@ then
if
[
x
$RECORD
=
x1
]
;
then
$ECHO
"Will not run in record mode without a specific test case."
else
for
tf
in
`
ls
-1
$TESTDIR
/
*
.
$TESTSUFFIX
|
$SORT
`
for
tf
in
$TESTDIR
/
*
.
$TESTSUFFIX
do
run_testcase
$tf
done
...
...
mysql-test/t/system_mysql_db_fix-master.opt
View file @
7c742e55
--result-file=system_mysql_db
\ No newline at end of file
--result-file=system_mysql_db
scripts/mysql_fix_privilege_tables.sh
View file @
7c742e55
...
...
@@ -42,7 +42,7 @@ database="mysql"
bindir
=
"@bindir@"
# Old format where there is only one argument and it's the password
if
test
"$#"
=
=
1
if
test
"$#"
=
1
then
case
"
$1
"
in
--
*
)
;;
...
...
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