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
09f810c4
Commit
09f810c4
authored
Dec 30, 2004
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unnecessary chahges from previous commit(see ChangeSet 1.1761 04/12/30)
parent
a8491ce5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
mysql-test/r/count_distinct2.result
mysql-test/r/count_distinct2.result
+2
-2
mysql-test/r/temp_table.result
mysql-test/r/temp_table.result
+1
-1
sql/item.cc
sql/item.cc
+1
-1
No files found.
mysql-test/r/count_distinct2.result
View file @
09f810c4
...
...
@@ -116,7 +116,7 @@ count(distinct n)
5000
show status like 'Created_tmp_disk_tables';
Variable_name Value
Created_tmp_disk_tables
1
Created_tmp_disk_tables
2
drop table t1;
create table t1 (s text);
flush status;
...
...
@@ -125,5 +125,5 @@ count(distinct s)
5000
show status like 'Created_tmp_disk_tables';
Variable_name Value
Created_tmp_disk_tables
1
Created_tmp_disk_tables
2
drop table t1;
mysql-test/r/temp_table.result
View file @
09f810c4
...
...
@@ -94,6 +94,6 @@ d
2002-10-24 14:50:40
show status like "created_tmp%tables";
Variable_name Value
Created_tmp_disk_tables
0
Created_tmp_disk_tables
1
Created_tmp_tables 2
drop table t1;
sql/item.cc
View file @
09f810c4
...
...
@@ -2269,7 +2269,7 @@ enum_field_types Item::field_type() const
Field
*
Item
::
make_string_field
(
TABLE
*
table
)
{
if
(
max_length
>
MAX_FIELD_WIDTH
)
if
(
max_length
>
CONVERT_IF_BIGGER_TO_BLOB
)
return
new
Field_blob
(
max_length
,
maybe_null
,
name
,
table
,
collation
.
collation
);
if
(
max_length
>
0
)
...
...
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