List:Internals« Previous MessageNext Message »
From:sanja Date:November 15 2005 5:14pm
Subject:bk commit into 4.1 tree (bell:1.2472) BUG#14138
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of bell. When bell does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.2472 05/11/15 18:14:53 bell@stripped +2 -0
  Test suite for BUG#13673 (the bug was fixed in the bugfix for BUG#14138)

  mysql-test/t/analyze.test
    1.6 05/11/15 18:14:51 bell@stripped +9 -0
    Test suite for BUG#13673

  mysql-test/r/analyze.result
    1.3 05/11/15 18:14:50 bell@stripped +7 -0
    Test suite for BUG#13673

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	bell
# Host:	sanja.is.com.ua
# Root:	/home/bell/mysql/bk/work-analize-4.1

--- 1.2/mysql-test/r/analyze.result	2005-09-15 17:18:52 +03:00
+++ 1.3/mysql-test/r/analyze.result	2005-11-15 18:14:50 +02:00
@@ -30,3 +30,10 @@
 Table	Op	Msg_type	Msg_text
 test.t1	check	status	OK
 drop table t1;
+CREATE TABLE t1 (a int);
+prepare stmt1 from "SELECT * FROM t1 PROCEDURE ANALYSE()";
+execute stmt1;
+Field_name	Min_value	Max_value	Min_length	Max_length	Empties_or_zeros	Nulls	Avg_value_or_avg_length	Std	Optimal_fieldtype
+execute stmt1;
+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;

--- 1.5/mysql-test/t/analyze.test	2005-09-15 17:17:08 +03:00
+++ 1.6/mysql-test/t/analyze.test	2005-11-15 18:14:51 +02:00
@@ -39,4 +39,13 @@
 
 drop table t1;
 
+#
+# procedure in PS BUG#13673
+#
+CREATE TABLE t1 (a int);
+prepare stmt1 from "SELECT * FROM t1 PROCEDURE ANALYSE()";
+execute stmt1;
+execute stmt1;
+deallocate prepare stmt1;
+
 # End of 4.1 tests
Thread
bk commit into 4.1 tree (bell:1.2472) BUG#14138sanja15 Nov