monty@mysql.com
63da075081
Merge with 4.1 to get latest fix to client_test.c
2004-11-12 21:27:52 +02:00
monty@mysql.com
e0f1e6af36
Portability fix for gcc 2.95.3
...
After merge fixes
2004-11-12 21:24:16 +02:00
monty@mysql.com
d164fc430d
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/my/mysql-5.0
2004-11-12 21:17:50 +02:00
jani@ua141d10.elisa.omakaista.fi
dc66722350
Fixed a function call.
2004-11-12 20:47:41 +02:00
jani@ua141d10.elisa.omakaista.fi
fe0b00985f
Merge with 4.0
2004-11-12 20:38:58 +02:00
monty@mysql.com
addd1a0da8
Merge with 4.1
2004-11-12 19:58:24 +02:00
monty@mysql.com
16c1b9f44e
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/my/mysql-5.0
2004-11-12 19:12:18 +02:00
monty@mysql.com
08c5b245b8
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/my/mysql-4.1
2004-11-12 19:08:33 +02:00
jani@ua141d10.elisa.omakaista.fi
81d7fc68ff
Changed some unneccessary calls to current_thd() into table->in_use
2004-11-12 19:04:35 +02:00
monty@mysql.com
c724163e14
Fix to allow usage of 4.0 tables with 4.1
2004-11-12 19:01:49 +02:00
serg@serg.mylan
eab281e25a
Merge bk-internal.mysql.com:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2004-11-12 16:48:02 +01:00
monty@mysql.com
b56851fd7a
Merge on pull
2004-11-12 17:48:01 +02:00
monty@mysql.com
e9c3887b58
After merge fixes
2004-11-12 17:44:17 +02:00
serg@serg.mylan
e20732b073
typos in error messages fixed
2004-11-12 16:41:53 +01:00
dlenev@mysql.com
18f033b771
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/dlenev/src/mysql-5.0-bg5890
2004-11-12 17:21:24 +03:00
dlenev@brandersnatch.localdomain
e7a2466024
Fix for bug #5890 "Triggers fail for DELETE without WHERE".
...
If we have DELETE with always true WHERE clause we should not use
optimized delete_all_rows() method for tables with DELETE triggers,
because in this case we will lose side-effect of deletion.
2004-11-12 17:04:07 +03:00
monty@mysql.com
114cc9f463
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/my/mysql-5.0
2004-11-12 14:39:26 +02:00
monty@mysql.com
a2cca07617
Ensure that new connections are in state SLEEP (for nicer show processlist)
2004-11-12 14:38:01 +02:00
pem@mysql.comhem.se
a7ee4f336f
Various build fixes.
2004-11-12 12:28:34 +01:00
pem@mysql.comhem.se
b95560a8fc
Build fixes to make it compile.
2004-11-12 11:37:59 +01:00
monty@mysql.com
9252656d49
merge with 4.0
2004-11-12 11:17:53 +02:00
ram@gw.mysql.r18.ru
77fe1baf1d
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b6564
2004-11-12 12:38:07 +04:00
ram@gw.mysql.r18.ru
ec025721bd
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b6551
2004-11-12 12:36:42 +04:00
brian@avenger.(none)
b5e02d3276
Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into avenger.(none):/export/brian/mysql/test/5.0
2004-11-11 19:15:41 -08:00
brian@avenger.(none)
3e4ca194f8
Mainly resolving Guilhem's 4.1 patch to 5.0
2004-11-11 19:01:46 -08:00
brian@avenger.(none)
f05daf02ba
Resolved merge from 4.1 -> 5.0 (mainly Guilhem's work with mysqldump)
2004-11-11 18:58:57 -08:00
acurtis@pcgem.rdg.cyberkinetica.com
2ad7d5c662
Bug#6123 - GRANT USAGE creates useless mysql.db row
...
Prevent creation of a row which grants no rights
Test included
2004-11-11 20:59:03 +00:00
konstantin@mysql.com
dad42cb4ee
Rename: send_prepare_results -> check_prepared_statement (sql_prepare.cc)
2004-11-11 23:30:39 +03:00
konstantin@mysql.com
1d32e06be9
Few more places with thd->lex replaced with lex (mysql_update,
...
check_simple_select). This change was inspired by Monty in December 2003
when thd->lex became a pointer in 4.1.
2004-11-11 22:37:48 +03:00
konstantin@mysql.com
6ccdd6c454
Cleanup: thd->lex->select_lex -> select_lex (sql_delete.cc)
2004-11-11 22:16:46 +03:00
konstantin@mysql.com
baf9771474
Cleanup in sql_acl.cc: thd->lex ->lex
2004-11-11 21:57:55 +03:00
konstantin@mysql.com
e5f4c7a0bd
Rename: Item::val -> Item::val_real().
2004-11-11 21:39:35 +03:00
timour@mysql.com
ea97ce50b9
post-merge fixes for WL#1972
2004-11-11 20:16:38 +02:00
acurtis@pcgem.rdg.cyberkinetica.com
6f39bf2b9c
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into pcgem.rdg.cyberkinetica.com:/usr/home/acurtis/work/bug6469
2004-11-11 17:12:25 +00:00
acurtis@pcgem.rdg.cyberkinetica.com
e0527b1750
Merge pcgem.rdg.cyberkinetica.com:/mnt/staff/repositories/mysql-4.1
...
into pcgem.rdg.cyberkinetica.com:/usr/home/acurtis/work/bug6469
2004-11-11 17:07:57 +00:00
timour@mysql.com
7073829fbb
Merge mysql.com:/home/timka/mysql/src/5.0-virgin
...
into mysql.com:/home/timka/mysql/src/5.0-1972
2004-11-11 18:23:14 +02:00
pem@mysql.comhem.se
aa6d99dd0a
Fixing filename case problems in sql_base.cc for views on MacOS X. (With help from sanja :)
2004-11-11 16:00:50 +01:00
ram@gw.mysql.r18.ru
98df9313c0
A fix (bug #6564 : QUOTE(NULL) returns NULL, not the string 'NULL')
2004-11-11 18:20:40 +04:00
timour@mysql.com
e61b4454da
Merge of WL#1972 "Evaluate HAVING before SELECT select-list"
2004-11-11 11:31:58 +02:00
timour@mysql.com
9a4ffb5ad9
WL#1972 - manual merge with latest bk source tree
2004-11-11 11:16:51 +02:00
ram@gw.mysql.r18.ru
1d967b8dcf
A fix (bug #6551 : UMASK_DIR & UMASK not taken into account (mysqld.cc my_init.c inconsistency)).
...
my_umask and my_umask_dir initialization has been moved to the my_init() func.
2004-11-11 12:35:55 +04:00
timour@mysql.com
71c4cc4ae6
WL#1972 - manual merge with latest bk source
2004-11-11 10:09:50 +02:00
ram@gw.mysql.r18.ru
582f9a8900
Added ending ';' for the start_transaction_opts:
2004-11-11 10:50:46 +04:00
guilhem@mysql.com
f9a51b66ae
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/mysql_src/mysql-4.1-clean
2004-11-11 00:27:34 +01:00
guilhem@mysql.com
09da85338c
no new message in 4.1 (causes merge issues with 5.0). Using ER_UNKNOW_ERROR and hardcoded message string instead.
2004-11-11 00:00:17 +01:00
monty@mysql.com
7d78fd077a
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/my/mysql-4.1
2004-11-11 00:36:56 +02:00
monty@mysql.com
68130e428a
Added possibility to detect if libmysqld is restarted
...
(Needed to check if memory allocated with mysql_once_init() has been freed)
2004-11-11 00:36:18 +02:00
igor@rurik.mysql.com
f65e054788
Merge rurik.mysql.com:/home/igor/mysql-5.0
...
into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
2004-11-10 11:24:03 -08:00
igor@rurik.mysql.com
597781c1b1
select.result, select.test:
...
Added test cases for bug #6474 .
sql_select.cc:
Fixed bug #6474 . A wrong result was returned when a query
contained the same equality of the form field=const on
different AND levels.
2004-11-10 11:22:39 -08:00
acurtis@pcgem.rdg.cyberkinetica.com
b6272b85fd
Bug#6469 - REVOKE ALL synonymy bug
2004-11-10 18:53:16 +00:00