An error occurred fetching the project authors.
  1. 13 Sep, 2006 1 commit
  2. 06 Sep, 2006 1 commit
  3. 24 Aug, 2006 1 commit
  4. 16 Aug, 2006 1 commit
  5. 02 Aug, 2006 1 commit
  6. 31 Jul, 2006 1 commit
  7. 24 Jul, 2006 1 commit
  8. 17 Jul, 2006 1 commit
  9. 10 May, 2006 1 commit
  10. 16 Apr, 2006 1 commit
  11. 04 Apr, 2006 1 commit
  12. 03 Mar, 2006 1 commit
  13. 09 Feb, 2006 1 commit
    • aelkin@mysql.com's avatar
      BUG#16217 forced to introduce a separate mysql client command to adopt its · dd2a44c4
      aelkin@mysql.com authored
      internal charset to one associated with currently being handled query. 
      To note such a query can come from interactive client either.
      
      There was a discussion within replication team and Monty who's suggestion won.
      It avoids straightforward parsing of all `set' queries that could affect client side 
      character set. 
      According to the idea, mysql client does not parse `set' queries but rather cares of
      `charset new_cs_name' command.
      This command is generated by mysqlbinlog in form of exclaiming comment (Lars' suggestion)
      so that enlightened clients like `mysql' knows what to do with it.
      
      Interactive human can switch between many multi-byte charsets during the session 
      providing the command explicitly. 
      To note that setting new internal mysql's charset does not
      trigger sending any `SET' sql statement to the server. 
      dd2a44c4
  14. 06 Oct, 2005 1 commit
    • monty@mysql.com's avatar
      Review of code pushed since last 5.0 pull: · 78e828d3
      monty@mysql.com authored
      Ensure that ccache is also used for C programs
      mysql: Ensure that 'delimiter' works the same way in batch mode as in normal mode
      mysqldump: Change to use ;; (instead of //) as a stored procedure/trigger delimiter
      Fixed test cases by adding missing DROP's and rename views to be of type 'v#'
      Removed MY_UNIX_PATH from fn_format()
      Removed current_db_used from TABLE_LIST
      Removed usage of 'current_thd' in Item_splocal
      Removed some compiler warnings
      A bit faster longlong2str code
      78e828d3
  15. 09 Aug, 2005 1 commit
  16. 03 Jun, 2005 1 commit
  17. 17 May, 2005 1 commit