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
d655e2ae
Commit
d655e2ae
authored
Apr 22, 2010
by
Vasil Dimov
Browse files
Options
Browse Files
Download
Plain Diff
Merge branches/innodb+ from SVN
parents
4b0bd332
80f27ff3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
subd/handler/ha_innodb.cc
subd/handler/ha_innodb.cc
+1
-1
subd/include/univ.i
subd/include/univ.i
+1
-1
subd/trx/trx0trx.c
subd/trx/trx0trx.c
+1
-1
No files found.
subd/handler/ha_innodb.cc
View file @
d655e2ae
...
...
@@ -2281,7 +2281,7 @@ innobase_init(
}
sql_print_error
(
"InnoDB: invalid value "
"innodb_
file_format_check
=%s"
,
"innodb_
change_buffering
=%s"
,
innobase_change_buffering
);
goto
mem_free_and_error
;
}
...
...
subd/include/univ.i
View file @
d655e2ae
...
...
@@ -115,7 +115,7 @@ if we are compiling on Windows. */
/* Include <sys/stat.h> to get S_I... macros defined for os0file.c */
#
include
<
sys
/
stat
.
h
>
#
if
!
defined
(
__NETWARE__
)
&
&
!defined(__WIN__)
#
if
!
defined
(
__NETWARE__
)
&
&
!defined(__WIN__)
#
include
<
sys
/
mman
.
h
>
/* mmap() for os0proc.c */
#
endif
...
...
subd/trx/trx0trx.c
View file @
d655e2ae
...
...
@@ -847,7 +847,7 @@ trx_commit_off_kernel(
recovery i.e.: back ground rollback thread is still active
then there is a chance that the rollback thread may see
this trx as COMMITTED_IN_MEMORY and goes adhead to clean it
up calling trx_cleanup_at_db_startup(). This can happen
up calling trx_cleanup_at_db_startup(). This can happen
in the case we are committing a trx here that is left in
PREPARED state during the crash. Note that commit of the
rollback of a PREPARED trx happens in the recovery thread
...
...
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