summaryrefslogtreecommitdiff
path: root/client/mysqltest.c
diff options
context:
space:
mode:
authorholyfoot/hf@mysql.com/hfmain.(none) <>2007-11-10 16:54:25 +0400
committerholyfoot/hf@mysql.com/hfmain.(none) <>2007-11-10 16:54:25 +0400
commitafb9ecaff910e80debb366a64f5f42fa53dfefc7 (patch)
tree042b5f08067377404d6862d4d8e64a3149453bb7 /client/mysqltest.c
parent29ea825e574aaeb3ebd3e02b44a105b26da899ec (diff)
downloadmariadb-git-afb9ecaff910e80debb366a64f5f42fa53dfefc7.tar.gz
Bug #32063 "create table like" works case-significant only in "embedded" server (libmysqld)
in mysql_creata_like_table() we 'downcase' the complete path to the .frm file. It works fine in standalone case as there usually we only have './' as a path to the datahome, but doesn't work in the embedded server where we add the real path there, so if a directory has uppercase letters in it's name, it won't be found. Fixed by 'downcasing' only database/table pair.
Diffstat (limited to 'client/mysqltest.c')
0 files changed, 0 insertions, 0 deletions