summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorunknown <reggie@bob.(none)>2005-01-27 14:48:26 -0600
committerunknown <reggie@bob.(none)>2005-01-27 14:48:26 -0600
commitb8cac714940514879ab3e61eb0d2ee473de9d5dc (patch)
tree58d6676186cb38777ce32ca7d39e21024a782ec5 /support-files
parenta271a6c878ffe8245bd631888bfeee3cb5055005 (diff)
downloadmariadb-git-b8cac714940514879ab3e61eb0d2ee473de9d5dc.tar.gz
Bug #5185 mysqldump for windows database gets table names with different case
Added the get_actual_table_name function that issues a SHOW TABLES LIKE '%s'. This will get the table name in the proper case. We use this table name rather than the one given on the command line. This will prevent problems when importing SQL on Linux that was generated on a Windows platform where case can be an issue. mysqldump.c: call get_actual_table_name to get the table name in the proper case client/mysqldump.c: call get_actual_table_name to get the table name in the proper case
Diffstat (limited to 'support-files')
0 files changed, 0 insertions, 0 deletions