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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
5cf3d2a7
Commit
5cf3d2a7
authored
Dec 14, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge knielsen@bk-internal.mysql.com:/home/bk/mysql-5.0
into production.mysql.com:/usersnfs/knielsen/mysql-5.0
parents
57722e13
7439dbcc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
bdb/dist/gen_rec.awk
bdb/dist/gen_rec.awk
+1
-1
sql/sql_class.h
sql/sql_class.h
+0
-1
No files found.
bdb/dist/gen_rec.awk
View file @
5cf3d2a7
...
...
@@ -180,7 +180,7 @@ BEGIN {
t
=
types
[
i
];
if
(
modes
[
i
]
==
"POINTER"
)
{
ndx
=
index
(
t
,
"*"
);
t
=
substr
(
types
[
i
],
0
,
ndx
-
2
);
t
=
substr
(
types
[
i
],
1
,
ndx
-
2
);
}
printf
(
"\t%s\t%s;\n"
,
t
,
vars
[
i
])
>>
HFILE
}
...
...
sql/sql_class.h
View file @
5cf3d2a7
...
...
@@ -218,7 +218,6 @@ class MYSQL_LOG: public TC_LOG
uint
file_id
;
uint
open_count
;
// For replication
int
readers_count
;
bool
reset_pending
;
bool
write_error
,
inited
;
bool
need_start_event
;
/*
...
...
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