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
8efae531
Commit
8efae531
authored
Mar 18, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/space/my/mysql-5.0-build
into mysql.com:/space/my/mysql-5.0 Build-tools/Do-compile: Auto merged
parents
704e60f7
cd04f43f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
9 deletions
+12
-9
mysql-test/mysql-test-run.sh
mysql-test/mysql-test-run.sh
+6
-6
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+6
-3
No files found.
mysql-test/mysql-test-run.sh
View file @
8efae531
...
...
@@ -1535,12 +1535,12 @@ run_testcase ()
return
fi
if
[
-f
"
$TESTDIR
/
$tname
.disabled"
]
then
comment
=
`
$CAT
$TESTDIR
/
$tname
.disabled
`
;
disable_test
$tname
"
$comment
"
return
fi
#
if [ -f "$TESTDIR/$tname.disabled" ]
#
then
#
comment=`$CAT $TESTDIR/$tname.disabled`;
#
disable_test $tname "$comment"
#
return
#
fi
if
[
-f
"
$TESTDIR
/disabled.def"
]
;
then
comment
=
`
$GREP
"^
$tname
*: *"
$TESTDIR
/disabled.def
`
;
if
[
-n
"
$comment
"
]
...
...
support-files/mysql.spec.sh
View file @
8efae531
...
...
@@ -214,7 +214,6 @@ Optional MySQL server binary that supports additional features like:
- CSV Storage Engine
- Example Storage Engine
- Federated Storage Engine
- MyISAM RAID
- User Defined Functions
(
UDFs
)
.
To activate this binary, just
install
this package
in
addition to
...
...
@@ -328,7 +327,6 @@ BuildMySQL "--enable-shared \
--with-berkeley-db
\
--with-innodb
\
--with-ndbcluster
\
--with-raid
\
--with-archive
\
--with-csv-storage-engine
\
--with-example-storage-engine
\
...
...
@@ -694,9 +692,14 @@ fi
# itself - note that they must be ordered by date (important when
# merging BK trees)
%changelog
*
Fri Mar 18 2005 Lenz Grimmer <lenz@mysql.com>
- Disabled RAID
in
the Max binares once and
for
all
(
it has finally been removed
from the
source
tree
)
*
Sun Feb 20 2005 Petr Chardin <petr@mysql.com>
- Install MySQL Instance Manager together with mysqld, toch mysqlmanager
- Install MySQL Instance Manager together with mysqld,
to
u
ch
mysqlmanager
password file
*
Mon Feb 14 2005 Lenz Grimmer <lenz@mysql.com>
...
...
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