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
be1197ec
Commit
be1197ec
authored
Jul 04, 2003
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal:/home/bk/mysql-4.1/
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
parents
c2a4a0ec
ea4b758a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
mysql-test/t/subselect.test
mysql-test/t/subselect.test
+2
-0
sql/opt_range.cc
sql/opt_range.cc
+1
-1
No files found.
mysql-test/t/subselect.test
View file @
be1197ec
...
...
@@ -781,6 +781,7 @@ drop table if exists t1;
#
# key field overflow test
#
--
disable_warnings
CREATE
TABLE
t1
(
FOLDERID
VARCHAR
(
32
)
BINARY
NOT
NULL
...
...
@@ -798,6 +799,7 @@ FOLDERID VARCHAR(32)BINARY NOT NULL
,
PRIMARY
KEY
(
FOLDERID
)
)
TYPE
=
InnoDB
;
--
enable_warnings
CREATE
INDEX
FFOLDERID_IDX
ON
t1
(
FOLDERID
);
CREATE
INDEX
CMFLDRPARNT_IDX
ON
t1
(
PARENTID
);
INSERT
INTO
t1
VALUES
(
"0c9aab05b15048c59bc35c8461507deb"
,
"System"
,
"System"
,
"2003-06-05 16:30:00"
,
"The system content repository folder."
,
"3"
,
"2003-06-05 16:30:00"
,
"System"
,
"0"
,
NULL
,
"9c9aab05b15048c59bc35c8461507deb"
,
"1"
);
...
...
sql/opt_range.cc
View file @
be1197ec
...
...
@@ -2637,7 +2637,7 @@ int QUICK_SELECT_DESC::get_next()
else
{
DBUG_ASSERT
(
range
->
flag
&
NEAR_MAX
||
range_reads_after_key
(
range
));
#ifdef NOT_IMPLEMENTED_YET
#if
n
def NOT_IMPLEMENTED_YET
result
=
file
->
index_read
(
record
,
(
byte
*
)
range
->
max_key
,
range
->
max_length
,
((
range
->
flag
&
NEAR_MAX
)
?
...
...
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