1. 03 11月, 2020 1 次提交
  2. 02 11月, 2020 1 次提交
  3. 27 10月, 2020 1 次提交
  4. 23 10月, 2020 1 次提交
  5. 21 10月, 2020 2 次提交
  6. 10 10月, 2020 2 次提交
  7. 08 10月, 2020 1 次提交
  8. 01 10月, 2020 2 次提交
  9. 29 9月, 2020 3 次提交
  10. 26 9月, 2020 3 次提交
  11. 16 9月, 2020 1 次提交
  12. 15 9月, 2020 2 次提交
  13. 14 9月, 2020 1 次提交
  14. 08 9月, 2020 1 次提交
  15. 05 9月, 2020 1 次提交
  16. 29 8月, 2020 2 次提交
  17. 28 8月, 2020 2 次提交
  18. 21 8月, 2020 1 次提交
  19. 20 8月, 2020 1 次提交
    • A
      Fix gcc10 build by reducing storage of the lambdas in executeQuery · 42dd661b
      Azat Khuzhin 提交于
      There is no need to capture query AST for the status_info_to_query_log,
      since callers already captured it anyway.
      
      gcc10 reports:
          ../src/Interpreters/executeQuery.cpp: In member function ‘void std::__1::function<_Rp(_ArgTypes ...)>::swap(std::__1::function<_Rp(_ArgTypes ...)>&) [with _Rp = void; _ArgTypes = {DB::IBlockInputStream*, DB::IBlockOutputStream*, DB::QueryPipeline*}]’:
          ../src/Interpreters/executeQuery.cpp:490:49: error: array subscript 35 is outside array bounds of ‘std::__1::aligned_storage<32, 16>::type [1]’ [-Werror=array-bounds]
            490 |             auto status_info_to_query_log = [ast](QueryLogElement &element, const QueryStatusInfo &info) mutable
                |                                                 ^
          In file included from ../contrib/libcxx/include/algorithm:644,
                           from ../contrib/libcxx/include/__string:57,
                           from ../contrib/libcxx/include/string_view:175,
                           from ../contrib/libcxx/include/string:504,
                           from ../src/Common/formatReadable.h:3,                                                                                                  from ../src/Interpreters/executeQuery.cpp:1:
          ../contrib/libcxx/include/functional:1877:60: note: while referencing ‘__tempbuf’
           1877 |             typename aligned_storage<sizeof(__buf_)>::type __tempbuf;
                |                                                            ^~~~~~~~~
      42dd661b
  20. 15 8月, 2020 1 次提交
  21. 05 8月, 2020 1 次提交
  22. 04 8月, 2020 3 次提交
  23. 31 7月, 2020 1 次提交
  24. 29 7月, 2020 1 次提交
  25. 22 7月, 2020 1 次提交
  26. 02 7月, 2020 1 次提交
  27. 16 6月, 2020 2 次提交