diff options
author | unknown <gkodinov/kgeorge@magare.gmz> | 2007-09-24 15:34:10 +0300 |
---|---|---|
committer | unknown <gkodinov/kgeorge@magare.gmz> | 2007-09-24 15:34:10 +0300 |
commit | ca448acc25f6502140a68942b2d6d043d3482708 (patch) | |
tree | 4b665af0959cfe98236833589fbc37a68cac25da /sql/sql_udf.cc | |
parent | 5d59c1e81b0bc779ff4aca3091e71869ba6136ac (diff) | |
download | mariadb-git-ca448acc25f6502140a68942b2d6d043d3482708.tar.gz |
Bug #28702: VIEWs defined with USE/FORCE KEY ignore that request
When storing the VIEW the CREATE VIEW command is reconstructed
from the parse tree. While constructing the command string
the index hints specified should also be printed.
Fixed by adding code to print the index hints when printing a
table in the FROM clause.
mysql-test/r/view.result:
Bug #28702: test case
mysql-test/t/view.test:
Bug #28702: test case
sql/sql_select.cc:
Bug #28702: preserve index hints in a VIEW definition.
sql/table.h:
Bug #28702: preserve index hints in a VIEW definition.
Diffstat (limited to 'sql/sql_udf.cc')
0 files changed, 0 insertions, 0 deletions