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
ee309b10
Commit
ee309b10
authored
Oct 31, 2014
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup.
parent
bad5fdec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
sql/sql_base.cc
sql/sql_base.cc
+0
-1
sql/sql_table.cc
sql/sql_table.cc
+0
-4
No files found.
sql/sql_base.cc
View file @
ee309b10
...
...
@@ -8770,7 +8770,6 @@ bool setup_on_expr(THD *thd, TABLE_LIST *table, bool is_update)
do
{
embedded
=
embedding
;
DBUG_PRINT
(
"XXX"
,
(
"check: %s"
,
table
->
alias
));
if
(
embedded
->
on_expr
)
{
thd
->
where
=
"on clause"
;
...
...
sql/sql_table.cc
View file @
ee309b10
...
...
@@ -2801,10 +2801,6 @@ int prepare_create_field(Create_field *sql_field,
(
sql_field
->
decimals
<<
FIELDFLAG_DEC_SHIFT
));
break
;
}
if
(
sql_field
->
flags
&
NOT_NULL_FLAG
)
DBUG_PRINT
(
"info"
,
(
"1"
));
if
(
sql_field
->
vcol_info
)
DBUG_PRINT
(
"info"
,
(
"2"
));
if
(
!
(
sql_field
->
flags
&
NOT_NULL_FLAG
)
||
(
sql_field
->
vcol_info
))
/* Make virtual columns allow NULL values */
sql_field
->
pack_flag
|=
FIELDFLAG_MAYBE_NULL
;
...
...
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