• unknown's avatar
    Fix for bug#13202 SELECT * INTO OUTFILE ... FROM information_schema.schemata now fails · 9ea8ce72
    unknown authored
      allow select into outfile from I_S tables
      it is enough to add FILE_ACL for I_S tables only to 'check_table_access' function
      as we use 'any_db' for 'check_access' function in places where FILE_ACL is required
    
    
    mysql-test/t/outfile.test:
      Fix for bug#13202 SELECT * INTO OUTFILE ... FROM information_schema.schemata now fails
        test case
    9ea8ce72
outfile.test 2.53 KB