Re: Create Table Warning

2007-06-13 Thread dpgirago
> This is a create table statement output from mysqldump from a 4.0.24 > installation. > > Restoring on 5.0.22 gives a warning. > > Can anyone enlighten me? > > I guess I'm a little behind on my reading... > > David > > mysql> CREATE TABLE `container` ( > -> `carrier` varchar(128) NOT

RE: Create Table Warning

2007-06-13 Thread Rhys Campbell
Do a "SHOW WARNINGS" at the command line. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 13 June 2007 16:11 To: mysql@lists.mysql.com Subject: Create Table Warning This is a create table statement output from mysqldump from a 4.0.24 installation.

Re: Create Table Warning

2007-06-13 Thread Baron Schwartz
Hi , [EMAIL PROTECTED] wrote: This is a create table statement output from mysqldump from a 4.0.24 installation. Restoring on 5.0.22 gives a warning. Can anyone enlighten me? I guess I'm a little behind on my reading... David mysql> CREATE TABLE `container` ( -> `carrier` varchar(1

Create Table Warning

2007-06-13 Thread dpgirago
This is a create table statement output from mysqldump from a 4.0.24 installation. Restoring on 5.0.22 gives a warning. Can anyone enlighten me? I guess I'm a little behind on my reading... David mysql> CREATE TABLE `container` ( -> `carrier` varchar(128) NOT NULL default '', ->