Hello.

To answer only a part:

On Fri, Apr 26, 2002 at 03:26:15PM -0400, [EMAIL PROTECTED] wrote:
[...]
> Having loaded these tables, the mysql
> monitor appears not to care about case:
> 
> mysql> select ID from Maps;
> +----+
> | ID |
> +----+
> |  1 |
> +----+
> 1 row in set (0.00 sec)
> 
> mysql> select ID from maps;
> +----+
> | ID |
> +----+
> |  1 |
> +----+
> 1 row in set (0.00 sec)

This part is expected behaviour:
http://www.mysql.com/doc/N/a/Name_case_sensitivity.html

It may even affect your original problem. See lower_case_table_names.
Anyhow, the behaviour of mysqldump you described is incosistent.

Bye,

        Benjamin.

-- 
[EMAIL PROTECTED]

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to