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
8e731bbe
Commit
8e731bbe
authored
Jul 06, 2005
by
jimw@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos that crept into ChangeSet for fix for Bug #11045.
parent
f1ac600a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sql/ha_federated.cc
sql/ha_federated.cc
+1
-1
sql/sql_insert.cc
sql/sql_insert.cc
+1
-1
No files found.
sql/ha_federated.cc
View file @
8e731bbe
...
...
@@ -1087,7 +1087,7 @@ int ha_federated::write_row(byte *buf)
{
uint
x
=
0
,
num_fields
=
0
;
Field
**
field
;
query_id_
i
t
current_query_id
=
1
;
query_id_t
current_query_id
=
1
;
ulong
tmp_query_id
=
1
;
uint
all_fields_have_same_query_id
=
1
;
...
...
sql/sql_insert.cc
View file @
8e731bbe
...
...
@@ -199,7 +199,7 @@ static int check_update_fields(THD *thd, TABLE_LIST *insert_table_list,
List
<
Item
>
&
update_fields
)
{
TABLE
*
table
=
insert_table_list
->
table
;
query_id_
i
t
timestamp_query_id
;
query_id_t
timestamp_query_id
;
LINT_INIT
(
timestamp_query_id
);
/*
...
...
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