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
515a9507
Commit
515a9507
authored
May 28, 2004
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some code from sql_yacc.cc that doesn't do anything except produce warnings on VC++
mysql-test/t/fulltext.test: After merge fix
parent
09d55eb7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
mysql-test/t/fulltext.test
mysql-test/t/fulltext.test
+0
-4
scripts/make_win_src_distribution.sh
scripts/make_win_src_distribution.sh
+4
-2
No files found.
mysql-test/t/fulltext.test
View file @
515a9507
...
...
@@ -69,10 +69,6 @@ select * from t1 where MATCH a,b AGAINST ('+(support collections) +foobar*' IN B
select
*
from
t1
where
MATCH
a
,
b
AGAINST
(
'+(+(support collections)) +foobar*'
IN
BOOLEAN
MODE
);
select
*
from
t1
where
MATCH
a
,
b
AGAINST
(
'"xt indexes"'
IN
BOOLEAN
MODE
);
# bug#2708 crash
select
*
from
t1
where
MATCH
a
,
b
AGAINST
(
'"space model'
IN
BOOLEAN
MODE
);
# bug#2708, bug#3870 crash
select
*
from
t1
where
MATCH
a
,
b
AGAINST
(
'"space model'
IN
BOOLEAN
MODE
);
...
...
scripts/make_win_src_distribution.sh
View file @
515a9507
...
...
@@ -302,10 +302,12 @@ do
done
#
# Fix some windows files
# Fix some windows files
to avoid compiler warnings
#
./extra/replace std::
""
--
$BASE
/sql/sql_yacc.cpp
./extra/replace std::
""
<
$BASE
/sql/sql_yacc.cpp |
sed
'/^ *switch (yytype)$/ { N; /\n *{$/ { N; /\n *default:$/ { N; /\n *break;$/ { N; /\n *}$/ d; };};};} '
>
$BASE
/sql/sql_yacc.cpp-new
mv
$BASE
/sql/sql_yacc.cpp-new
$BASE
/sql/sql_yacc.cpp
unix_to_dos
$BASE
/README
mv
$BASE
/README
$BASE
/README.txt
...
...
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