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
f3ad96a3
Commit
f3ad96a3
authored
7 years ago
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix the bad merge
this fixes vcol.upgrade failure
parent
c65cce36
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
sql/item.cc
sql/item.cc
+0
-7
No files found.
sql/item.cc
View file @
f3ad96a3
...
...
@@ -1011,13 +1011,6 @@ bool Item_field::check_field_expression_processor(void *arg)
Field
*
org_field
=
(
Field
*
)
arg
;
if
(
field
->
flags
&
NO_DEFAULT_VALUE_FLAG
)
return
0
;
if
(
field
->
flags
&
AUTO_INCREMENT_FLAG
)
{
my_error
(
ER_EXPRESSION_REFERS_TO_UNINIT_FIELD
,
MYF
(
0
),
org_field
->
field_name
.
str
,
field
->
field_name
.
str
);
return
1
;
}
if
((
field
->
default_value
&&
field
->
default_value
->
flags
)
||
field
->
vcol_info
)
{
if
(
field
==
org_field
||
...
...
This diff is collapsed.
Click to expand it.
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