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
752972b5
Commit
752972b5
authored
May 16, 2007
by
kostja@vajra.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct a merge error.
parent
e1218d0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
sql/sql_insert.cc
sql/sql_insert.cc
+3
-3
No files found.
sql/sql_insert.cc
View file @
752972b5
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
#ifndef EMBEDDED_LIBRARY
#ifndef EMBEDDED_LIBRARY
static
bool
delayed_get_table
(
THD
*
thd
,
TABLE_LIST
*
table_list
);
static
bool
delayed_get_table
(
THD
*
thd
,
TABLE_LIST
*
table_list
);
static
int
write_delayed
(
THD
*
thd
,
TABLE
*
table
,
enum_duplicates
dup
,
static
int
write_delayed
(
THD
*
thd
,
TABLE
*
table
,
enum_duplicates
dup
lic
,
LEX_STRING
query
,
bool
ignore
,
bool
log_on
);
LEX_STRING
query
,
bool
ignore
,
bool
log_on
);
static
void
end_delayed_insert
(
THD
*
thd
);
static
void
end_delayed_insert
(
THD
*
thd
);
pthread_handler_t
handle_delayed_insert
(
void
*
arg
);
pthread_handler_t
handle_delayed_insert
(
void
*
arg
);
...
@@ -1999,8 +1999,8 @@ TABLE *Delayed_insert::get_local_table(THD* client_thd)
...
@@ -1999,8 +1999,8 @@ TABLE *Delayed_insert::get_local_table(THD* client_thd)
/* Put a question in queue */
/* Put a question in queue */
static
static
int
write_delayed
(
THD
*
thd
,
TABLE
*
table
,
enum_duplicates
duplic
,
bool
ignore
,
int
write_delayed
(
THD
*
thd
,
TABLE
*
table
,
enum_duplicates
duplic
,
char
*
query
,
uint
query_length
,
bool
log_on
)
LEX_STRING
query
,
bool
ignore
,
bool
log_on
)
{
{
delayed_row
*
row
=
0
;
delayed_row
*
row
=
0
;
Delayed_insert
*
di
=
thd
->
di
;
Delayed_insert
*
di
=
thd
->
di
;
...
...
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