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
80ddfccf
Commit
80ddfccf
authored
Feb 21, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal:/home/bk/mysql-5.0
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
parents
9a148273
f36c4a93
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sql/sql_class.h
sql/sql_class.h
+2
-2
No files found.
sql/sql_class.h
View file @
80ddfccf
...
@@ -83,14 +83,14 @@ class TC_LOG_DUMMY: public TC_LOG // use it to disable the logging
...
@@ -83,14 +83,14 @@ class TC_LOG_DUMMY: public TC_LOG // use it to disable the logging
#ifdef HAVE_MMAP
#ifdef HAVE_MMAP
class
TC_LOG_MMAP
:
public
TC_LOG
class
TC_LOG_MMAP
:
public
TC_LOG
{
{
private:
public:
// only to keep Sun Forte on sol9x86 happy
typedef
enum
{
typedef
enum
{
POOL
,
// page is in pool
POOL
,
// page is in pool
ERROR
,
// last sync failed
ERROR
,
// last sync failed
DIRTY
// new xids added since last sync
DIRTY
// new xids added since last sync
}
PAGE_STATE
;
}
PAGE_STATE
;
private:
typedef
struct
st_page
{
typedef
struct
st_page
{
struct
st_page
*
next
;
// page a linked in a fifo queue
struct
st_page
*
next
;
// page a linked in a fifo queue
my_xid
*
start
,
*
end
;
// usable area of a page
my_xid
*
start
,
*
end
;
// usable area of a page
...
...
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