List:Commits« Previous MessageNext Message »
From:Tatiana A. Nurnberg Date:August 19 2008 4:48pm
Subject:bzr push into mysql-5.1 branch (azundris:2710)
View as plain text  
 2710 Tatiana A. Nurnberg	2008-08-19 [merge]
      auto-merged
added:
  mysql-test/std_data/parts/t1_will_crash#P#p1_first_1024.MYD
  mysql-test/std_data/parts/t1_will_crash#P#p2.MYD
  mysql-test/std_data/parts/t1_will_crash#P#p2.MYI
  mysql-test/std_data/parts/t1_will_crash#P#p3.MYI
  mysql-test/std_data/parts/t1_will_crash#P#p4.MYI
  mysql-test/std_data/parts/t1_will_crash#P#p6.MYD
  mysql-test/std_data/parts/t1_will_crash#P#p6_2.MYD
  mysql-test/std_data/parts/t1_will_crash#P#p6_3.MYD
  mysql-test/suite/parts/r/partition_repair_myisam.result
  mysql-test/suite/parts/t/partition_repair_myisam.test
renamed:
  mysql-test/suite/parts/r/partition_repair_myisam.result =>
mysql-test/suite/parts/r/partition_recover_myisam.result
  mysql-test/suite/parts/t/partition_repair_myisam-master.opt =>
mysql-test/suite/parts/t/partition_recover_myisam-master.opt
  mysql-test/suite/parts/t/partition_repair_myisam.test =>
mysql-test/suite/parts/t/partition_recover_myisam.test
modified:
  BUILD/check-cpu
  mysql-test/r/group_min_max.result
  mysql-test/t/csv.test
  mysql-test/t/group_min_max.test
  mysys/mf_pack.c
  netware/BUILD/compile-linux-tools
  netware/BUILD/nwbootstrap
  netware/Makefile.am
  netware/mysql_install_db.c
  sql/ha_partition.cc
  sql/sql_select.cc
  sql/sql_show.cc
  mysql-test/suite/parts/t/partition_recover_myisam.test

=== modified file 'mysys/my_static.c'
--- a/mysys/my_static.c	2008-05-06 09:52:23 +0000
+++ b/mysys/my_static.c	2008-08-19 13:56:41 +0000
@@ -70,8 +70,8 @@ uint sf_malloc_prehunc=0,		/* If you hav
      sf_malloc_endhunc=0,		/* dump when malloc-message.... */
 					/* set theese to 64 or 128  */
      sf_malloc_quick=0;			/* set if no calls to sanity */
-ulong sf_malloc_cur_memory= 0L;		/* Current memory usage */
-ulong sf_malloc_max_memory= 0L;		/* Maximum memory usage */
+size_t sf_malloc_cur_memory= 0L;		/* Current memory usage */
+size_t sf_malloc_max_memory= 0L;		/* Maximum memory usage */
 uint  sf_malloc_count= 0;		/* Number of times NEW() was called */
 uchar *sf_min_adress= (uchar*) ~(unsigned long) 0L,
      *sf_max_adress= (uchar*) 0L;

=== modified file 'mysys/my_static.h'
--- a/mysys/my_static.h	2008-05-06 09:52:23 +0000
+++ b/mysys/my_static.h	2008-08-19 13:56:41 +0000
@@ -44,8 +44,8 @@ struct st_irem
   struct st_irem *next;		/* Linked list of structures	   */
   struct st_irem *prev;		/* Other link			   */
   char *filename;		/* File in which memory was new'ed */
+  size_t datasize;		/* Size requested		   */
   uint32 linenum;		/* Line number in above file	   */
-  uint32 datasize;		/* Size requested		   */
   uint32 SpecialValue;		/* Underrun marker value	   */
 };
 

Thread
bzr push into mysql-5.1 branch (azundris:2710) Tatiana A. Nurnberg19 Aug