An error occurred fetching the project authors.
  1. 09 Dec, 2010 1 commit
  2. 01 Dec, 2010 1 commit
  3. 26 Nov, 2010 1 commit
  4. 17 Nov, 2010 2 commits
  5. 15 Nov, 2010 1 commit
  6. 10 Nov, 2010 1 commit
  7. 19 Oct, 2010 1 commit
  8. 27 Sep, 2010 1 commit
  9. 22 Sep, 2010 1 commit
  10. 21 Sep, 2010 1 commit
  11. 15 Sep, 2010 1 commit
  12. 10 Aug, 2010 1 commit
  13. 04 Aug, 2010 1 commit
  14. 03 Aug, 2010 1 commit
  15. 22 Mar, 2010 1 commit
  16. 17 Mar, 2010 1 commit
  17. 03 Mar, 2010 1 commit
  18. 02 Mar, 2010 1 commit
  19. 09 Feb, 2010 1 commit
  20. 04 Feb, 2010 2 commits
  21. 20 Jan, 2010 3 commits
  22. 07 Jan, 2010 1 commit
  23. 06 Jan, 2010 3 commits
  24. 11 Nov, 2009 1 commit
  25. 08 Oct, 2009 1 commit
  26. 02 Sep, 2009 1 commit
  27. 19 Aug, 2009 1 commit
  28. 27 May, 2009 1 commit
  29. 25 May, 2009 1 commit
  30. 03 Mar, 2009 1 commit
  31. 02 Mar, 2009 1 commit
  32. 19 Feb, 2009 1 commit
  33. 15 Jan, 2009 1 commit
  34. 23 Oct, 2008 1 commit
    • Sven Sandberg's avatar
      BUG#35701: please allow test language variables in connection and sync_slave_with_master · c7f8ffe7
      Sven Sandberg authored
      Problem: In the mysqltest language, it was not possible to set the current
      connection from a variable, and it was not possible to read the current
      connection.
      Fix: Allow setting the connection from a variable, like:
      connection $variable;
      and introduce the mysqltest language variable $CURRENT_CONNECTION, which
      holds the name of the current connection.
      
      
      client/mysqltest.cc:
        - Made select_connection use the common argument parser instead of its own
        home-rolled version. That allows variable expansion, for instance.
        - Made select_connection_name set the variable $CURRENT_CONNECTION, so that
        test scripts can use that.
        - Refactored a bit so that stuff that needs to be done when changing connection
        is located to one place.
      mysql-test/t/mysqltest.test:
        Added test case for $CURRENT_CONNECTION and "connection $variable"
      c7f8ffe7