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
f26a8b6f
Commit
f26a8b6f
authored
Mar 11, 2003
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
into narttu.mysql.fi:/my/mysql-4.0
parents
a6ea34ee
f88ce754
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
sql-bench/crash-me.sh
sql-bench/crash-me.sh
+1
-1
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+6
-0
No files found.
sql-bench/crash-me.sh
View file @
f26a8b6f
...
...
@@ -3161,7 +3161,7 @@ sub safe_connect
sub retry_connect
{
my
(
$dbh
,
$i
)
;
for
(
i
=
0
;
$i
< 10
;
$i
++
)
for
(
$
i
=
0
;
$i
< 10
;
$i
++
)
{
if
((
$dbh
=
DBI->connect
(
$server
->
{
'data_source'
}
,
$opt_user
,
$opt_password
,
{
PrintError
=>
0, AutoCommit
=>
1
})))
...
...
support-files/mysql.spec.sh
View file @
f26a8b6f
...
...
@@ -446,6 +446,7 @@ fi
%attr
(
755, root, root
)
/usr/bin/mysql_explain_log
%attr
(
755, root, root
)
/usr/bin/mysql_fix_privilege_tables
%attr
(
755, root, root
)
/usr/bin/mysql_install_db
%attr
(
755, root, root
)
/usr/bin/mysql_secure_installation
%attr
(
755, root, root
)
/usr/bin/mysql_setpermission
%attr
(
755, root, root
)
/usr/bin/mysql_zap
%attr
(
755, root, root
)
/usr/bin/mysqlbug
...
...
@@ -535,6 +536,11 @@ fi
%changelog
*
Mon Mar 10 2003 Lenz Grimmer <lenz@mysql.com>
- added missing file mysql_secure_installation to server subpackage
(
bug
#141)
*
Tue Feb 11 2003 Lenz Grimmer <lenz@mysql.com>
- re-added missing pre- and post
(
un
)
install
scripts to server subpackage
...
...
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