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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
9e398f15
Commit
9e398f15
authored
May 29, 2006
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge shellback.(none):/home/msvensson/mysql/mysql-5.0-maint_from_5.1
into shellback.(none):/home/msvensson/mysql/mysql-5.0
parents
40a76b90
5c1b4afb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletion
+4
-1
mysql-test/r/analyze.result
mysql-test/r/analyze.result
+1
-0
mysql-test/r/ps.result
mysql-test/r/ps.result
+1
-0
mysql-test/t/analyze.test
mysql-test/t/analyze.test
+1
-0
mysql-test/t/ps.test
mysql-test/t/ps.test
+1
-1
No files found.
mysql-test/r/analyze.result
View file @
9e398f15
...
@@ -46,6 +46,7 @@ Field_name Min_value Max_value Min_length Max_length Empties_or_zeros Nulls Avg_
...
@@ -46,6 +46,7 @@ Field_name Min_value Max_value Min_length Max_length Empties_or_zeros Nulls Avg_
execute stmt1;
execute stmt1;
Field_name Min_value Max_value Min_length Max_length Empties_or_zeros Nulls Avg_value_or_avg_length Std Optimal_fieldtype
Field_name Min_value Max_value Min_length Max_length Empties_or_zeros Nulls Avg_value_or_avg_length Std Optimal_fieldtype
deallocate prepare stmt1;
deallocate prepare stmt1;
drop table t1;
create temporary table t1(a int, index(a));
create temporary table t1(a int, index(a));
insert into t1 values('1'),('2'),('3'),('4'),('5');
insert into t1 values('1'),('2'),('3'),('4'),('5');
analyze table t1;
analyze table t1;
...
...
mysql-test/r/ps.result
View file @
9e398f15
...
@@ -1157,3 +1157,4 @@ test.t1 analyze status Table is already up to date
...
@@ -1157,3 +1157,4 @@ test.t1 analyze status Table is already up to date
Warnings:
Warnings:
Error 1146 Table 'test.t4' doesn't exist
Error 1146 Table 'test.t4' doesn't exist
deallocate prepare stmt;
deallocate prepare stmt;
drop table t1, t2, t3;
mysql-test/t/analyze.test
View file @
9e398f15
...
@@ -61,6 +61,7 @@ prepare stmt1 from "SELECT * FROM t1 PROCEDURE ANALYSE()";
...
@@ -61,6 +61,7 @@ prepare stmt1 from "SELECT * FROM t1 PROCEDURE ANALYSE()";
execute
stmt1
;
execute
stmt1
;
execute
stmt1
;
execute
stmt1
;
deallocate
prepare
stmt1
;
deallocate
prepare
stmt1
;
drop
table
t1
;
#
#
# bug#15225 (ANALYZE temporary has no effect)
# bug#15225 (ANALYZE temporary has no effect)
...
...
mysql-test/t/ps.test
View file @
9e398f15
...
@@ -1145,5 +1145,5 @@ prepare stmt from "analyze table t4, t1";
...
@@ -1145,5 +1145,5 @@ prepare stmt from "analyze table t4, t1";
execute
stmt
;
execute
stmt
;
execute
stmt
;
execute
stmt
;
deallocate
prepare
stmt
;
deallocate
prepare
stmt
;
drop
table
t1
,
t2
,
t3
;
# End of 5.0 tests
# End of 5.0 tests
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