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
c2a3ea5c
Commit
c2a3ea5c
authored
Aug 08, 2001
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix of big in SELECT DISTINCT ... HAVING
Docs/manual.texi: Update of changelog
parent
b21bf8a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
Docs/manual.texi
Docs/manual.texi
+4
-1
sql/sql_select.cc
sql/sql_select.cc
+1
-0
No files found.
Docs/manual.texi
View file @
c2a3ea5c
...
...
@@ -45632,7 +45632,7 @@ users use this code as the rest of the code and because of this we are
not yet 100% confident in this code.
@menu
* News-3.23.41::
* News-3.23.41::
Changes in release 3.23.41
* News-3.23.40:: Changes in release 3.23.40
* News-3.23.39:: Changes in release 3.23.39
* News-3.23.38:: Changes in release 3.23.38
...
...
@@ -45683,6 +45683,9 @@ not yet 100% confident in this code.
@item
Fixed optimizing bug in @code{ORDER BY} where some @code{ORDER BY} parts
where wrongly removed.
@item
Fixed bug in @code{SELECT DISTINCT ... HAVING} that casued error message
@code{Can't find record in '#...}
@end itemize
@node News-3.23.40, News-3.23.39, News-3.23.41, News-3.23.x
sql/sql_select.cc
View file @
c2a3ea5c
...
...
@@ -5425,6 +5425,7 @@ static int remove_dup_with_compare(THD *thd, TABLE *table, Field **first_field,
{
if
((
error
=
file
->
delete_row
(
record
)))
goto
err
;
error
=
file
->
rnd_next
(
record
);
continue
;
}
if
(
copy_blobs
(
first_field
))
...
...
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