rburnett@build.mysql.com
2bff96e291
Bug #5539 SHOW DATABASES LIKE and symlinks
...
sql_show.cc:
Made change suggested by Serge. REmoved else in mysql_find_files so symlink files fall through to the wildcard check
2004-09-25 18:43:07 +02:00
rburnett@build.mysql.com
de9a058bfe
Bug #5539 SHOW DATABASES LIKE and symlinks
...
sql_show.cc:
Added wild card check to symdir block in mysql_find_files
2004-09-24 09:00:14 +02:00
rburnett@build.mysql.com
6ba5a57009
os0file.c:
...
Added #ifdef around is_set in os_aio_print
2004-09-23 17:53:46 +02:00
antony@ltantony.rdg.cyberkinetica.homeunix.net
09e845b99c
Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into ltantony.rdg.cyberkinetica.homeunix.net:/usr/home/antony/work/bug5655
2004-09-23 14:36:53 +01:00
sergefp@mysql.com
df267c6c0a
Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/mnt/tmp/mysql-4.0-bug-myisampack
2004-09-22 16:42:06 +04:00
sergefp@mysql.com
6e0ba8e615
Fix for BUG#4785:
...
* myisampack leaves key_file_length value from original table
* myisamchk uses this value when calculating key file pointer length
2004-09-22 16:29:15 +04:00
antony@ltantony.rdg.cyberkinetica.homeunix.net
389d418cd2
Bug#5655 - mysqldump fields-escaped-by behaviour
...
Fix initialization
2004-09-22 11:28:37 +01:00
joerg@mysql.com
87a8e833ae
When coyright text is changed, autotools must be run after all
...
other actions, as otherwise timestamps of "config.h.in" will
cause re-run on compilation machine (fatal version problem!).
2004-09-20 17:58:11 +02:00
ram@gw.mysql.r18.ru
5cf8e9d769
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b5415
2004-09-19 16:15:54 +05:00
ram@gw.mysql.r18.ru
62a42f7f57
A fix (Bug #5415 : Table marked as crashed after DELETE queries).
2004-09-19 16:15:01 +05:00
konstantin@mysql.com
704e0968d2
Change www.mysql.com -> dev.mysql.com in a reference to
...
how to resolve stack trace documentation.
2004-09-19 14:48:41 +04:00
ingo@mysql.com
c6dc339647
Merge mysql.com:/home/mydev/mysql-4.0
...
into mysql.com:/home/mydev/mysql-4.0-bug2831
2004-09-18 20:34:49 +02:00
ingo@mysql.com
7afb03b7ed
bug#2831 - --extenral-locking does not fully work with --myisam-recover.
...
Changed the semantics of open_count so that it is decremented
at every unlock (if it was incremented due to data changes).
So it indicates a crash, if it is non-zero after a lock.
The table will then be repaired.
2004-09-18 20:33:39 +02:00
gluh@gluh.mysql.r18.ru
276622c92d
Fix for bug #5595 : NULLIF() IS NULL returns false if NULLIF() returns NULL
2004-09-18 13:06:44 +04:00
antony@ltantony.rdg.cyberkinetica.homeunix.net
0b6dc49388
Bug#5553 - Multi table UPDATE IGNORE fails on dup key
...
We don't want the update to abort when IGNORE is specified
2004-09-17 12:07:59 +01:00
heikki@hundin.mysql.fi
6083e00d73
dict0dict.h, dict0dict.c, row0row.c, pars0opt.c:
...
Fix bug #5180 : having a column prefix index in the primary key, and the same column fully in a secondary key could cause an assertion failure in row_build_row_ref()
2004-09-16 20:50:24 +03:00
patg@krsna.patg.net
78fa3aeff4
another small change for bug 5531
2004-09-14 14:10:29 -07:00
patg@krsna.patg.net
484d54b231
fixed bug 5531
2004-09-14 12:23:18 -07:00
ram@gw.mysql.r18.ru
e5a0524fe6
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b5498
2004-09-14 13:08:54 +05:00
hf@deer.(none)
7478cc0499
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into deer.(none):/home/hf/work/mysql-4.0.4809
2004-09-14 11:40:20 +05:00
heikki@hundin.mysql.fi
fd7dde7caf
sync0arr.c:
...
Correct the comment on the 'waiting' field in sync_cell_struct
2004-09-13 20:08:09 +03:00
heikki@hundin.mysql.fi
d6b4c4f90e
row0mysql.h:
...
Improve the comment on stored_select_lock_type
ha_innodb.cc:
Let InnoDB remember select_lock_type inside LOCK TABLES, also over plain consistent read SELECTs; fix Bug #5538 : assertion failure when using mysqldump with the -l option; in MERGING this patch to 4.1, there may be PROBLEMS; that is because previous patch was never merged to 4.1; Heikki Tuuri has to polish the code in 4.1 after this patch has been merged.
2004-09-13 19:05:39 +03:00
ram@gw.mysql.r18.ru
2488b827de
A fix (bug #5498 TRIM fails with LEADING or TRAILING if remstr = str).
2004-09-13 14:25:43 +05:00
hf@deer.(none)
7aa25240f7
Fix for bug #4809 (Backticks not handled in mysql)
2004-09-13 12:13:24 +05:00
heikki@hundin.mysql.fi
4c7c2343c7
os0file.c:
...
Add more precise diagnostics about the state of the I/O threads of InnoDB; print in SHOW INNODB STATUS if the event wait semaphore of each I/O thread is set
2004-09-11 09:37:16 +03:00
marko@hundin.mysql.fi
8ddde6987c
Merge marko@build.mysql.com:/home/bk/mysql-4.0
...
into hundin.mysql.fi:/home/marko/k/mysql-4.0
2004-09-10 13:44:45 +03:00
marko@hundin.mysql.fi
fd17beb0d9
dict0dict.c:
...
Fixed typo
2004-09-10 13:44:06 +03:00
matt@mysql.com
c998fbdb8c
configure.in:
...
Updated to 4.0.22
2004-09-10 00:08:12 +02:00
joerg@mysql.com
f5089e2ef9
Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/M40/mysql-4.0
2004-09-09 19:21:02 +02:00
joerg@mysql.com
82afd016d2
Prevent some combinations of autotools and libtool version
...
from generating a non-working top level 'libtool'.
2004-09-09 19:19:29 +02:00
lenz@mysql.com
ff60daf99d
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0
2004-09-09 17:21:29 +02:00
lenz@mysql.com
42419a875a
- two small fixups for the mysql-copyright scripts: remove the
...
autom4te.cache directory and update the headers of the message files.
2004-09-09 17:00:46 +02:00
marko@hundin.mysql.fi
3c6fb303c4
Merge marko@build.mysql.com:/home/bk/mysql-4.0
...
into hundin.mysql.fi:/home/marko/k/mysql-4.0
2004-09-09 14:58:04 +03:00
bar@mysql.com
cda336b928
Bug #5447 Select does not find records
...
Note, there is no need to propagate this change into 4.1.
2004-09-09 12:23:10 +05:00
ram@gw.mysql.r18.ru
9f66608a31
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b3120
2004-09-09 11:58:11 +05:00
brian@brian-akers-computer.local
8d972b7e6c
Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into brian-akers-computer.local:/Users/brian/mysql/mysql-4.0
2004-09-08 19:00:33 -07:00
brian@brian-akers-computer.local
df461bdeab
Updating the headers on a few files to include GPL header.
2004-09-08 18:26:19 -07:00
rburnett@build.mysql.com
751071a677
[This patch has already been approved by Serge. I am recommitting and pushing from a new repository because there were other changesets that couldn't be pushed.]
...
BUG# 5229 --password=foobar does not override the empty 'password' option in the my.cnf
This is a backport of a change made by jani in the 4.1 tree.
mysql.cc:
Add tty_password=0 in the p case handling in get_one_option
2004-09-08 16:31:01 +02:00
ram@gw.mysql.r18.ru
2b8b1a399a
A fix (bug #3120 : 'mysqladmin ping' - return error code).
2004-09-08 16:45:03 +05:00
marko@hundin.mysql.fi
7a845e43ad
InnoDB: Update links to the user manual
2004-09-08 14:24:13 +03:00
igor@rurik.mysql.com
9bafeecb24
Merge rurik.mysql.com:/home/igor/mysql-4.0
...
into rurik.mysql.com:/home/igor/dev/mysql-4.0-0
2004-09-07 10:08:17 -07:00
igor@rurik.mysql.com
b0784773a7
select.test:
...
Added newline at the end of file.
2004-09-07 10:03:46 -07:00
guilhem@mysql.com
7f8bd81d22
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/mysql_src/mysql-4.0
2004-09-07 14:58:40 +02:00
guilhem@mysql.com
168e4c9c6b
when we update thd->db in replication, it's safer to update thd->db_length too.
...
This does not fix any known bug, but is still a good idea.
2004-09-07 14:57:54 +02:00
ram@gw.mysql.r18.ru
8b778e0aa3
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b2205
2004-09-07 17:57:46 +05:00
ram@gw.mysql.r18.ru
173561b0cd
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b2205
2004-09-07 17:26:15 +05:00
guilhem@mysql.com
3dd35e1ab6
clean up at end of test (thanks serg)
2004-09-07 14:20:48 +02:00
serg@serg.mylan
707def6fd0
better fix for bug#5001
2004-09-07 13:48:38 +02:00
serg@serg.mylan
001dfd3d48
cleanup
2004-09-07 13:36:27 +02:00
ram@gw.mysql.r18.ru
00830a11fc
A fix (Bug #5432 : Is this a leak in mysql console client?)
2004-09-07 14:24:47 +05:00