Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
83f0e234
Commit
83f0e234
authored
Jan 12, 2003
by
bugreport%peshkin.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 188656 Change required mysqld minimum to 3.23.41
r=bbaetz,justdave a=justdave
parent
52b2954e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
checksetup.pl
checksetup.pl
+1
-1
Bugzilla-Guide.sgml
docs/sgml/Bugzilla-Guide.sgml
+1
-1
Bugzilla-Guide.xml
docs/xml/Bugzilla-Guide.xml
+1
-1
No files found.
checksetup.pl
View file @
83f0e234
...
...
@@ -1238,7 +1238,7 @@ my $db_base = 'mysql';
if
(
$my_db_check
)
{
# Do we have the database itself?
my
$sql_want
=
"3.23.
6
"
;
# minimum version of MySQL
my
$sql_want
=
"3.23.
41
"
;
# minimum version of MySQL
# original DSN line was:
# my $dsn = "DBI:$db_base:$my_db_name;$my_db_host;$my_db_port";
...
...
docs/sgml/Bugzilla-Guide.sgml
View file @
83f0e234
...
...
@@ -31,7 +31,7 @@
<!ENTITY newest-perl-ver "5.8">
<!-- For minimum versions -->
<!ENTITY min-mysql-ver "3.23.
6
">
<!ENTITY min-mysql-ver "3.23.
41
">
<!ENTITY min-perl-ver "5.6">
<!ENTITY min-template-ver "2.08">
<!ENTITY min-file-temp-ver "1.804">
...
...
docs/xml/Bugzilla-Guide.xml
View file @
83f0e234
...
...
@@ -31,7 +31,7 @@
<!ENTITY newest-perl-ver "5.8">
<!-- For minimum versions -->
<!ENTITY min-mysql-ver "3.23.
6
">
<!ENTITY min-mysql-ver "3.23.
41
">
<!ENTITY min-perl-ver "5.6">
<!ENTITY min-template-ver "2.08">
<!ENTITY min-file-temp-ver "1.804">
...
...
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