An error occurred fetching the project authors.
- 16 Mar, 2005 1 commit
-
-
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
-
- 09 Mar, 2005 1 commit
-
-
jimw@mysql.com authored
-
- 28 Feb, 2005 1 commit
-
-
pem@mysql.comhem.se authored
a DECLARE ? HANDLER FOR stmt.
-
- 23 Feb, 2005 2 commits
-
-
paul@snake-hub.snake.net authored
-
jimw@mysql.com authored
using sql_print_information() instead of directly to stdout. (Bug #8444)
-
- 08 Feb, 2005 1 commit
-
-
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.
-
- 27 Jan, 2005 1 commit
-
-
serg@serg.mylan authored
fix for binlog+autocommit+tclog comments, style fixes
-
- 20 Jan, 2005 1 commit
-
-
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 :)
-
- 19 Jan, 2005 2 commits
-
-
ram@gw.mysql.r18.ru authored
-
ram@gw.mysql.r18.ru authored
-
- 16 Jan, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 13 Jan, 2005 1 commit
-
-
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.
-
- 23 Dec, 2004 1 commit
-
-
acurtis@pcgem.rdg.cyberkinetica.com authored
Implement fine-grained control over access to stored procedures Privileges are cached (same way as existing table/column privs)
-
- 16 Dec, 2004 4 commits
-
-
anjuta@arthur.local authored
-
anjuta@arthur.local authored
-
bar@mysql.com authored
My attempt N3
-
gluh@gluh.mysql.r18.ru authored
-
- 13 Dec, 2004 1 commit
-
-
anjuta@arthur.local authored
-