> Hi,
>
> I don't know if it has anything to do with your problem, I just wanted to
> comment on the use of a timestamp column in a primary key...
>
> * David Bordas
> > +--+--+--+-+-+
> > +
> > > > | Field| Type
> Hi list,
>
> I've got a little bug with MySQL.
> I can insert a row into my table but this row will not appear in the table
> :(
> Server is under linux redhat, MySQL is 3.23.56 installed from binary
tar.gz
> from MySQL team.
>
> Table Description :
> mysql> desc Log_Forums;
>
+--+---
Hi,
I don't know if it has anything to do with your problem, I just wanted to
comment on the use of a timestamp column in a primary key...
* David Bordas
> +--+--+--+-+-+
> +
> > > | Field| Type | Null | Key |
>
> Can you create a repeatable test case ?
>
> Regards,
> Sergei
>
On the server where i've got problem, I tried making a dump and import dump
into a table with same name but into a different database.
There it works ...
So, i come back to my production database and table.
I've always got the sam
Hi,
>> mysql> select * from Log_Forums where Date="2003080611";
>> mysql> insert into Log_Forums (pseudo,date,Type_Message) values
>> > ("doss08",2003080611,"0");
>
> insert into Log_Forums (pseudo,date,Type_Message) values
> ("doss08","2003080611","0");
>
Same thing here.
But i "sol
Hi list,
I've got a little bug with MySQL.
I can insert a row into my table but this row will not appear in the table
:(
Server is under linux redhat, MySQL is 3.23.56 installed from binary tar.gz
from MySQL team.
Table Description :
mysql> desc Log_Forums;
+--+--+
Hi!
On Aug 06, David Bordas wrote:
> > Hi list,
> >
> > I've got a little bug with MySQL.
> > I can insert a row into my table but this row will not appear in the table
> > :(
> > Server is under linux redhat, MySQL is 3.23.56 installed from binary tar.gz
> > from MySQL team.
> >
> > Table Descrip