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
1aeb2a12
Commit
1aeb2a12
authored
Sep 18, 2001
by
monty@hundin.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup
parent
1ffff55f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
myisam/mi_write.c
myisam/mi_write.c
+1
-1
pstack/Makefile.am
pstack/Makefile.am
+1
-1
sql/sql_select.cc
sql/sql_select.cc
+1
-1
No files found.
myisam/mi_write.c
View file @
1aeb2a12
...
...
@@ -158,7 +158,7 @@ int mi_write(MI_INFO *info, byte *record)
{
if
(
info
->
bulk_insert
)
{
int
j
;
u
int
j
;
for
(
j
=
0
;
j
<
share
->
base
.
keys
;
j
++
)
{
if
(
is_tree_inited
(
&
info
->
bulk_insert
[
j
]))
...
...
pstack/Makefile.am
View file @
1aeb2a12
...
...
@@ -24,7 +24,7 @@ noinst_HEADERS = bucomm.h debug.h ieee.h budbg.h demangle.h \
linuxthreads.h pstack.h pstacktrace.h
SRC
=
bucomm.c filemode.c linuxthreads.c rddbg.c
\
debug.c ieee.c pstack.c stabs.c
EXTRA_DIST
=
$
SRC
EXTRA_DIST
=
$
(SRC)
if
COMPILE_PSTACK
pkglib_LIBRARIES
=
libpstack.a
...
...
sql/sql_select.cc
View file @
1aeb2a12
...
...
@@ -312,7 +312,7 @@ mysql_select(THD *thd,TABLE_LIST *tables,List<Item> &fields,COND *conds,
#ifdef RESTRICTED_GROUP
if
(
join
.
sum_func_count
&&
!
group
&&
(
join
.
func_count
||
join
.
field_count
))
{
my_message
(
ER_WRONG_SUM_SELECT
,
ER
(
ER_WRONG_SUM_SELECT
));
my_message
(
ER_WRONG_SUM_SELECT
,
ER
(
ER_WRONG_SUM_SELECT
)
,
MYF
(
0
)
);
delete
procedure
;
DBUG_RETURN
(
-
1
);
}
...
...
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