Hello,
Happy Harmony is the fastest growing matrimonial portal for
Indians.
You can email and IM other members without paying anything on this
site.
The amazing thing is that this site is totally free. Absolutely free.
Cannot believe? Then
click on this
link to
visit and
register Happy
Harmony.
http://www.happyharmony.com/?idAff=14
Background check is the new facility they have added now. You can do a
free
background check including age, address, phone numbers, property
owneship
information etc of anybody in the US.
Regards,
Resh
Below is the
list of changes that have just been committed
int o a local
5.1
repository of jonas. When jonas 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.2031 05/10/04 20:54:17 jonas@xxxxxxxxxxx(none) +2 -0
ndb diskdata
expand mysql-test-case
mysql-test/t/ndb_basic_disk.test
1.7 05/10/04 20:54:09 jonas@xxxxxxxxxxx(none) +8 -0
add usage of alter
table space/logfile
group
mysql-test/r/ndb_basic_disk.result
1.4 05/10/04 20:54:09 jonas@xxxxxxxxxxx(none) +6 -0
add usage of alter tablespace/logfile group
# 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: jonas
# Host: eel.(none)
# Root: /home/jonas/src/mysql-5.1-ndb-dd
--- 1.3/mysql-test/r/ndb_basic_disk.result 2005-09-28 11:27:28 +02:00
+++ 1.4/mysql-test/r/ndb_basic_disk.result 2005-10-04 20:54:09 +02:00
@xxxxxxxxxxx@xxxxxxxxxxx -4,11 +4,17 @xxxxxxxxxxx@xxxxxxxxxxx
INITIAL_SIZE 16M
UNDO_BUFFER_SIZE = 1M
ENGINE=NDB;
+alter logfile group lg1
+add undofile 'undofile02.dat'
+initial_size 4M
engine =ndb;
CREATE TABLESPACE ts1
ADD DATAFILE 'datafile.dat'
USE LOGFILE GROUP lg1
INITIAL_SIZE 12M
ENGINE NDB;
+alter tablespace ts1
+add datafile 'datafile02.dat'
+initial_size 4M engine=ndb;
CREATE TABLE t1
(pk1 int not
null primary key, b int not null, c int not null)
tablespace ts1
storage disk
--- 1.6/mysql-test/t/ndb_basic_disk.test 2005-09-28 11:27:28 +02:00
+++ 1.7/mysql-test/t/ndb_basic_disk.test 2005-10-04 20:54:09 +02:00
@xxxxxxxxxxx@xxxxxxxxxxx -18,6 +18,10 @xxxxxxxxxxx@xxxxxxxxxxx
UNDO_BUFFER_SIZE = 1M
ENGINE=NDB;
+alter logfile group lg1
+add undofile 'undofile02.dat'
+initial_size 4M engine=ndb;
+
#
# Create a tablespace connected to the logfile group
#
@xxxxxxxxxxx@xxxxxxxxxxx -27,6 +31,10 @xxxxxxxxxxx@xxxxxxxxxxx
USE LOGFILE GROUP lg1
INITIAL_SIZE 12M
ENGINE NDB;
+
+alter tablespace ts1
+add datafile 'datafile02.dat'
+initial_size 4M engine=ndb;
#
# Create a table using this tablespace
--
MySQL Internals Mailing List
For list archives:
http://lists.mysql.com/internals
To unsubscribe:
http://lists.mysql.com/internals?unsub=mysql-internals@xxxxxxxxxxx