An error occurred fetching the project authors.
  1. 16 Mar, 2005 1 commit
    • dlenev@brandersnatch.localdomain's avatar
      WL#874 "Extended LOAD DATA". · f1691140
      dlenev@brandersnatch.localdomain authored
      Now one can use user variables as target for data loaded from file
      (besides table's columns). Also LOAD DATA got new SET-clause in which
      one can specify values for table columns as expressions.
      
      For example the following is possible:
      LOAD DATA INFILE 'words.dat' INTO TABLE t1 (a, @b) SET c = @b + 1;
      
      This patch also implements new way of replicating LOAD DATA.
      Now we do it similarly to other queries.
      We store LOAD DATA query in new Execute_load_query event
      (which is last in the sequence of events representing LOAD DATA).
      When we are executing this event we simply rewrite part of query which
      holds name of file (we use name of temporary file) and then execute it
      as usual query. In the beggining of this sequence we use Begin_load_query
      event which is almost identical to Append_file event
      f1691140
  2. 09 Mar, 2005 1 commit
  3. 28 Feb, 2005 1 commit
  4. 23 Feb, 2005 2 commits
  5. 08 Feb, 2005 1 commit
    • pem@mysql.comhem.se's avatar
      WL#2130: Table locking for stored FUNCTIONs · 2c26ebe3
      pem@mysql.comhem.se authored
      Collect all tables and SPs refered by a statement, and open all tables
      with an implicit LOCK TABLES. Do find things refered by triggers and views,
      we open them first (and then repeat this until nothing new is found), before
      doing the actual lock tables.
      2c26ebe3
  6. 27 Jan, 2005 1 commit
  7. 20 Jan, 2005 1 commit
    • bar@mysql.com's avatar
      errmsg.txt: · 5ed1b144
      bar@mysql.com authored
        Adding Shift-JIS error messages
        for Japanese Windows distributions.
        Thanks to Serg for help with a perl program 
        to merge 4.1 messages into 5.0 format :)
      5ed1b144
  8. 19 Jan, 2005 2 commits
  9. 16 Jan, 2005 1 commit
  10. 13 Jan, 2005 1 commit
    • paul@kite-hub.kitebird.com's avatar
      user_limits.result: · 231632e3
      paul@kite-hub.kitebird.com authored
        Fix test result affected by error message rewording.
      errmsg.txt:
        Reword error messages.
      set_var.cc:
        Reorder variables.
      mysqld.cc:
        Reorder options.
      231632e3
  11. 23 Dec, 2004 1 commit
  12. 16 Dec, 2004 4 commits
  13. 13 Dec, 2004 1 commit