Commit a5274950 authored by unknown's avatar unknown

Merge work:/home/bk/mysql

into threads.polyesthetic.msg:/usr/local/src/my/work


Docs/manual.texi:
  Auto merged
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
parents a4e1d8f8 47e3e92c
sasha@mysql.sashanet.com sasha@mysql.sashanet.com
sasha@work.mysql.com sasha@work.mysql.com
tim@threads.polyesthetic.msg
...@@ -5321,6 +5321,10 @@ Change into the top-level directory of the unpacked distribution: ...@@ -5321,6 +5321,10 @@ Change into the top-level directory of the unpacked distribution:
shell> cd mysql-VERSION shell> cd mysql-VERSION
@end example @end example
Note that currently you must configure and build @strong{MySQL} from
this top-level directory. You can not build it in a different
directory.
@item @item
Configure the release and compile everything: Configure the release and compile everything:
...@@ -1716,6 +1716,7 @@ mysql_execute_command(void) ...@@ -1716,6 +1716,7 @@ mysql_execute_command(void)
case SQLCOM_BEGIN: case SQLCOM_BEGIN:
thd->options|= OPTION_BEGIN; thd->options|= OPTION_BEGIN;
thd->server_status|= SERVER_STATUS_IN_TRANS; thd->server_status|= SERVER_STATUS_IN_TRANS;
send_ok(&thd->net);
break; break;
case SQLCOM_COMMIT: case SQLCOM_COMMIT:
thd->options&= ~OPTION_BEGIN; thd->options&= ~OPTION_BEGIN;
......
...@@ -2851,7 +2851,7 @@ grant_option: ...@@ -2851,7 +2851,7 @@ grant_option:
| WITH GRANT OPTION { Lex->grant |= GRANT_ACL;} | WITH GRANT OPTION { Lex->grant |= GRANT_ACL;}
begin: begin:
BEGIN_SYM { Lex->sql_command = SQLCOM_COMMIT;} opt_work BEGIN_SYM { Lex->sql_command = SQLCOM_BEGIN;} opt_work
opt_work: opt_work:
/* empty */ {} /* empty */ {}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment