
From awm@qosina.com Tue May 28 08:38:45 1996
Date: Sun, 26 May 1996 15:34:11 -0400
From: Aram Mirzadeh <awm@qosina.com>
To: msql-list@bunyip.com
Subject: [mSQL] 1.0.14 weirdness

Okay, I just upgraded to 1.0.14.    Here is the steps I took:

1. Dump database to text.
2. drop database.
3. remove all bin/* include/* and lib/* files from system.
4. Install 1.0.14.
5. cp all bin/* include/* and lib/* to appropriate places in /usr/local/
hierchy.
6. create new database.
7. try to rebuild my table.

# head dump
CREATE TABLE products (
  partno CHAR(10) NOT NULL PRIMARY KEY,
  description CHAR(60),
  material CHAR(25),
  hold2 CHAR(1),
  under CHAR(10),
  over CHAR(10),
  category CHAR(30),
  dateadded CHAR(18),
  datemod CHAR(18),
  hold3 CHAR(1),
  hold4 CHAR(1),
  hold5 CHAR(1),
  hold6 CHAR(1),
  hold7 CHAR(1),
  hold8 CHAR(1),
  hold9 CHAR(1)
) \g

INSERT INTO products VALUES ('11010','SLIDE CLAMP; .625 O.D. TUBING (5/8) HDPE',
'HDPE','','95','75','SLIDECLAMP','960101','960101','','','','','','','')\g
INSERT INTO products VALUES ('11020','SLIDE CLAMP; .500 O.D. TUBING (1/2) HDPE',
'HDPE','','60','49','SLIDECLAMP','960101','960101','','','','','','','')\g
INSERT INTO products VALUES ('11030','SLIDE CLAMP; .315 O.D. TUBING (5/16) HDPE'
,'HDPE','','30','25','SLIDECLAMP','960101','960101','','','','','','','')\g
INSERT INTO products VALUES ('11040','SLIDE CLAMP; .250 O.D. TUBING (1/4) HDPE',
'HDPE','','30','25','SLIDECLAMP','960101','960101','','','','','','','')\g


# msql qosina < dump

mSQL >     ->     ->     ->     ->     ->     ->     ->     ->     ->     ->
 ->     ->     ->     ->     ->     ->     ->     ->     ->
Query OK.

mSQL >     ->     ->     ->
Query OK.

mSQL >

ERROR : Table "products" exists

# msql qosina

Welcome to the miniSQL monitor.  Type \h for help.


mSQL > select * from products
    -> \g


ERROR : Table "products" exists

# cat /usr/local/Minverva/msqldb/qosina/products.dat
11010SLIDE CLAMP; .625 O.D. TUBING (5/8) HDPEHDPE9575SLIDECLAMP960101960101lue

It seems like the data from the first insert got there... but nothing else.
Any suggestions?

<Aram>

Version Details :-

        msqladmin version       1.0.14
        mSQL connection         Localhost via UNIX socket
        mSQL server version     1.0.14
        mSQL protocol version   6
        mSQL TCP socket         1112
        mSQL UNIX socket        /dev/msql
        mSQL root user          root
--
Aram W. Mirzadeh, MIS Manager, Qosina Corporation
http://www.qosina.com/~awm/, awm@qosina.com
Apache httpd server team http://www.apache.org


--------------------------------------------------------------------------
To remove yourself from the Mini SQL mailing list send a message containing
"unsubscribe" to msql-list-request@bunyip.com.  Send a message containing
"info msql-list" to majordomo@bunyip.com for info on monthly archives of
the list. For more help, mail owner-msql-list@bunyip.com NOT the msql-list!
