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
e1173e70
Commit
e1173e70
authored
Mar 25, 2003
by
vva@eagle.mysql.r18.ru
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug with parameters of LOAD DATA INFILE in exec_event
parent
045ac4b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
sql/log_event.cc
sql/log_event.cc
+5
-0
No files found.
BitKeeper/etc/logging_ok
View file @
e1173e70
...
...
@@ -90,6 +90,7 @@ tonu@volk.internalnet
tonu@x153.internalnet
tonu@x3.internalnet
venu@work.mysql.com
vva@eagle.mysql.r18.ru
vva@genie.(none)
walrus@kishkin.ru
walrus@mysql.com
...
...
sql/log_event.cc
View file @
e1173e70
...
...
@@ -1858,6 +1858,11 @@ int Load_log_event::exec_event(NET* net, struct st_relay_log_info* rli,
String
line_term
(
sql_ex
.
line_term
,
sql_ex
.
line_term_len
);
String
line_start
(
sql_ex
.
line_start
,
sql_ex
.
line_start_len
);
String
escaped
(
sql_ex
.
escaped
,
sql_ex
.
escaped_len
);
ex
.
field_term
=
&
field_term
;
ex
.
enclosed
=
&
enclosed
;
ex
.
line_term
=
&
line_term
;
ex
.
line_start
=
&
line_start
;
ex
.
escaped
=
&
escaped
;
ex
.
opt_enclosed
=
(
sql_ex
.
opt_flags
&
OPT_ENCLOSED_FLAG
);
if
(
sql_ex
.
empty_flags
&
FIELD_TERM_EMPTY
)
...
...
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