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
34524455
Commit
34524455
authored
Jun 25, 2004
by
serg@serg.mylan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove ^M's
compile even without InnoDB
parent
f6ea88e8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
mysql-test/t/system_mysql_db_fix.test
mysql-test/t/system_mysql_db_fix.test
+1
-0
mysql-test/t/system_mysql_db_refs.test
mysql-test/t/system_mysql_db_refs.test
+1
-0
sql/mysqld.cc
sql/mysqld.cc
+2
-0
No files found.
mysql-test/t/system_mysql_db_fix.test
View file @
34524455
...
...
@@ -80,3 +80,4 @@ DROP TABLE help_relation;
DROP
TABLE
help_topic
;
--
enable_query_log
mysql-test/t/system_mysql_db_refs.test
View file @
34524455
...
...
@@ -99,3 +99,4 @@ drop table test_func;
drop
table
test_host
;
drop
table
test_user
;
drop
table
test_db
;
sql/mysqld.cc
View file @
34524455
...
...
@@ -2532,6 +2532,7 @@ server.");
if
(
have_innodb
!=
SHOW_OPTION_YES
)
sql_print_error
(
"Warning: --innodb-safe-binlog is meaningful only if "
"the InnoDB storage engine is enabled in the server."
);
#ifdef HAVE_INNOBASE_DB
if
(
innobase_flush_log_at_trx_commit
!=
1
)
{
sql_print_error
(
"Warning: --innodb-safe-binlog is meaningful only if "
...
...
@@ -2558,6 +2559,7 @@ server.");
"to 1."
);
sync_binlog_period
=
1
;
}
#endif
}
if
(
ha_init
())
...
...
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