1. 03 Apr, 2017 9 commits
  2. 31 Mar, 2017 1 commit
  3. 28 Mar, 2017 2 commits
  4. 27 Mar, 2017 1 commit
  5. 24 Mar, 2017 6 commits
  6. 23 Mar, 2017 4 commits
  7. 22 Mar, 2017 2 commits
  8. 21 Mar, 2017 3 commits
  9. 17 Mar, 2017 11 commits
  10. 16 Mar, 2017 1 commit
    • Julien Muchembled's avatar
      Revert "component/python-mysqlclient: build with MariaDB Connector/C." · ebb649e2
      Julien Muchembled authored
      This reverts commit cd33366e.
      
      MariaDB Connector/C 2.3.2 is broken. Here is strace output while running
      test_max_allowed_packet from NEO test suite:
      
      poll([{fd=4, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
      sendto(4, "\377\377\377\0\3SELECT 'xxxxxxxxxxxxxxxxxxx"..., 8192, MSG_DONTWAIT, NULL, 0) = 8192
      sendto(4, "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"..., 16769027, MSG_DONTWAIT, NULL, 0) = 219264
      sendto(4, "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"..., 16549763, MSG_DONTWAIT, NULL, 0) = 36544
      sendto(4, "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"..., 16513219, MSG_DONTWAIT, NULL, 0) = -1 EAGAIN (Resource temporarily unavailable)
      sendto(4, "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"..., 16513219, MSG_DONTWAIT, NULL, 0) = -1 EAGAIN (Resource temporarily unavailable)
      sendto(4, "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"..., 16513219, MSG_DONTWAIT, NULL, 0) = -1 EAGAIN (Resource temporarily unavailable)
      fcntl(4, F_SETFL, O_RDWR)               = 0
      shutdown(4, SHUT_RDWR)                  = 0
      close(4)                                = 0
      
      mysqlclient does not build with the development branch of MariaDB Connector/C,
      due to a missing 'my_config.h' file.
      ebb649e2