On 31-Aug-2001 Jeremiah T. Folsom-Kovarik wrote:
> Thanks for your quick response! More below..
>
> Plus, all this just started happening yesterday, after everything worked
> fine for many days. That leads me to believe there is a problem with a
> corrupt table or something. How about t
Thanks for your quick response! More below..
> > mysql> select contact_info, expired from orders where order_num = '1';
> > +--+-+
> > | contact_info | expired |
> > +--+-+
> > | NULL | NULL|
> > +--+-+
>
>
On 31-Aug-2001 Jeremiah T. Folsom-Kovarik wrote:
> Weird things have just started happening in at least one table of my MySQL
> 3.22.32 database. The symptoms are like this:
>
> mysql> describe orders;
> +--+--+--+-+-+---+
>| Field| T
Weird things have just started happening in at least one table of my MySQL
3.22.32 database. The symptoms are like this:
mysql> describe orders;
+--+--+--+-+-+---+
| Field| Type | Null | Key | Default | Extra |
+--