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
4e89fdb9
Commit
4e89fdb9
authored
Aug 17, 2019
by
Stephen Long
Committed by
Anel Husakovic
Aug 21, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-19837 and MDEV-19816: Change some comments
parent
e746f451
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sql/item.h
sql/item.h
+1
-1
sql/sql_insert.cc
sql/sql_insert.cc
+1
-1
No files found.
sql/item.h
View file @
4e89fdb9
...
...
@@ -606,7 +606,7 @@ class Item {
/* Cache of the result of is_expensive(). */
int8
is_expensive_cache
;
/* Reuse size, only used by SP local variable assignment, otherwi
z
e 0 */
/* Reuse size, only used by SP local variable assignment, otherwi
s
e 0 */
uint
rsize
;
/*
...
...
sql/sql_insert.cc
View file @
4e89fdb9
...
...
@@ -1881,7 +1881,7 @@ int write_record(THD *thd, TABLE *table,COPY_INFO *info)
/******************************************************************************
Check that
all fields with arn't null_fields are used
Check that
there aren't any null_fields
******************************************************************************/
int
check_that_all_fields_are_given_values
(
THD
*
thd
,
TABLE
*
entry
,
...
...
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