1. 12 1月, 2017 1 次提交
  2. 09 1月, 2017 2 次提交
    • Don McNamara's avatar
      move mysql functions back to main directory. (#427) · 193ce910
      Don McNamara 提交于
      193ce910
    • Steve McLeod's avatar
      Add index hints (#425) · b2ef093c
      Steve McLeod 提交于
      * Added parsing of table hints
      
      * Implemented USE INDEX hints
      
      * Added docs, tidied up code for submission
      
      * Added docs, tidied up code for submission
      
      * Removed used of final static field that would cause problems with Tomcat class unloading
      
      * Removed used of final static field that would cause problems with Tomcat class unloading
      
      * A table with no index hints now has indexHints == null, instead of an employ instance of IndexHints. For the common case of no index hints, this will prevent some unnecessary object creation.
      
      * Index Hints now is backward compatible with using the "USE" as a table alias
      
      * Added TestIndexHints to list of all tests
      
      * Added index hints to text generated by TableFilter.getPlanSQL();
      
      * Improved field names (a field called indexList was actually a set);
      Added test for ensuring getPlanSQL lists index hints in correct order
      
      * Improved unit test for making sure getPlanSQL renders index hints list in correct order
      b2ef093c
  3. 31 12月, 2016 1 次提交
  4. 29 12月, 2016 1 次提交
  5. 26 12月, 2016 1 次提交
    • Alexey Kuznetsov's avatar
      ISSUE-404 EXPLAIN should process statements with params placeholders. (#405) · 2696d563
      Alexey Kuznetsov 提交于
      * ISSUE-404 EXPLAIN should process statements with params placeholders.
      
      * ISSUE-404 Fixed CommandRemote to support EXPLAIN with params placeholder.
      
      * ISSUE-404 Fixed CommandRemote to support EXPLAIN with params placeholder.
      
      * ISSUE-404 Support EXPLAIN with params placeholder WIP.
      
      * ISSUE-404 Support EXPLAIN with params placeholder WIP.
      
      * ISSUE-404 Support EXPLAIN with params placeholder WIP.
      
      * ISSUE-404 Support EXPLAIN with params placeholder WIP.
      
      * ISSUE-404 Muted tests.
      
      * ISSUE-404 Fixed review notes.
      
      * ISSUE-404 Un-muted tests.
      2696d563
  6. 23 12月, 2016 1 次提交
  7. 22 12月, 2016 1 次提交
  8. 21 12月, 2016 8 次提交
  9. 20 12月, 2016 4 次提交
  10. 16 12月, 2016 1 次提交
  11. 14 12月, 2016 2 次提交
  12. 11 12月, 2016 1 次提交
  13. 09 12月, 2016 3 次提交
  14. 01 12月, 2016 1 次提交
  15. 22 11月, 2016 1 次提交
  16. 18 11月, 2016 1 次提交
  17. 17 11月, 2016 6 次提交
  18. 16 11月, 2016 4 次提交