Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-25737-2462428
DB2024-X-2748
Commits
db58e793
Commit
db58e793
authored
11 months ago
by
唱唱World
Browse files
Options
Download
Patches
Plain Diff
nothing changed
parent
2bb8c56a
wait_for
2pl
big_lock_version
consistency1
fault_detect
fault_detection_index
final
final2
gap_lock
hyw_con
hyw_con2
hyw_consistency
hyw_index
hyw_index_multi
hyw_index_test
hyw_load148
hyw_merge_1
hyw_merge_index
hyw_select_bug
index_optimize
index_tmp_new
irrelevant_select
load
load148
load_optimize
lzj_group_test
lzj_lock_abort_tmp
lzj_phase2
lzj_select_bug
manipulate-trans
merge
merge_phase1
new_index
new_update
test
test_check
tmp_index_hyw
tmp_lzj
tmp_query_hyw
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/execution/executor_insert.h
+0
-1
src/execution/executor_insert.h
with
0 additions
and
1 deletion
+0
-1
src/execution/executor_insert.h
+
0
−
1
View file @
db58e793
...
...
@@ -44,7 +44,6 @@ class InsertExecutor : public AbstractExecutor {
auto
&
col
=
tab_
.
cols
[
i
];
auto
&
val
=
values_
[
i
];
if
(
col
.
type
!=
val
.
type
)
{
throw
IncompatibleTypeError
(
coltype2str
(
col
.
type
),
coltype2str
(
val
.
type
));
}
val
.
init_raw
(
col
.
len
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets