- 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
-
- 15 Mar, 2005 32 commits
-
-
ramil@mysql.com authored
into mysql.com:/usr/home/ram/work/5.0
-
ramil@mysql.com authored
-
ramil@mysql.com authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-This is mostly fixes for correct behaviour when using query cache + transactions + the thread that fetches commit count from NDB at regular intervals. The major fix is to add a list in thd_ndb, that keeps a list of NDB_SHARE's that were modified by transaction and then "clearing" them in ndbcluster_commit.
-
konstantin@mysql.com authored
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/mysql-5.0
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-5.0
-
ramil@mysql.com authored
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-5.0
-
lenz@mysql.com authored
"mysql-pro-gpl-cert" packages as well (thanks to Kent for the suggestion)
-
lenz@mysql.com authored
Applied some changes to the mysql.server init script that are already shipped as an additional patch in the 4.1.10a RPMs for SLES9/RHEL3: - small improvement: use LSB functions to display startup success and failure, if available. Fall back to more primitive builtin functions otherwise. - joined two pieces of code performing the same functionality into one "wait_for_pid" function - added a "reload" function (LSB requirement)
-
pekka@mysql.com authored
into mysql.com:/space/pekka/ndb/version/my50
-
pekka@mysql.com authored
-
joerg@mysql.com authored
at function level.
-
ramil@mysql.com authored
into mysql.com:/usr/home/ram/work/4.1.b8799
-
joerg@mysql.com authored
into mysql.com:/M50/mysql-5.0
-
marko@hundin.mysql.fi authored
dict_load_table(): Remove unused label that was accidentally introduced in a 4.0->4.1->5.0 merge.
-
ramil@mysql.com authored
-
marko@hundin.mysql.fi authored
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/mysql-4.1
-
patg@krsna. authored
into krsna.:/home/patg/test/mysql-5.0
-
patg@krsna. authored
Konstja and Georg, change sets 1.1806, 1.1805. These changes has been successfully tested on both my own workstation (Suse 9.0) and production.mysql.com.
-
sergefp@mysql.com authored
-
heikki@hundin.mysql.fi authored
Add diagnostics to track why ut_a(block->state == BUF_BLOCK_FILE_PAGE) failed in buf_flush_ready_for_replace() for a user
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-4.1-bug8510
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.0-bug8510
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-4.1
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/merge-4.1
-
paul@snake-hub.snake.net authored
Fix path that needs no parameterization.
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-4.1-bug8510
-
konstantin@mysql.com authored
Item_sum_count_distinct, and deploy Unique for use with COUNT(DISTINCT) if there is no blob column in the list of DISTINCT arguments.
-
- 14 Mar, 2005 7 commits
-
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
-
serg@serg.mylan authored
-
serg@serg.mylan authored
don't set LOG_EVENT_BINLOG_IN_USE_F for relay logs sql/sql_repl.cc clear LOG_EVENT_BINLOG_IN_USE_F flag before sending an event to a slave
-
gluh@gluh.mysql.r18.ru authored
into gluh.mysql.r18.ru:/home/gluh/MySQL-MERGE/mysql-5.0
-
"Access denied to database mysql" was actually not just misleading, but also wrong. Bug#7905.
-
mskold@mysql.com authored
-