diff options
author | unknown <venu@myvenu.com> | 2003-07-21 00:13:22 -0700 |
---|---|---|
committer | unknown <venu@myvenu.com> | 2003-07-21 00:13:22 -0700 |
commit | f22517e4eca9b00049bb9cf9176c9d3489dfe94e (patch) | |
tree | 9921fe8a50425c0c8d0110c2619d4d89664409e3 /INSTALL-WIN-SOURCE | |
parent | 012910656f4ee03d944220f50f7a530dfc9aeda1 (diff) | |
download | mariadb-git-f22517e4eca9b00049bb9cf9176c9d3489dfe94e.tar.gz |
Enable warnings by default for single value list inserts also when the client protocol is >= 4.1
tests/client_test.c:
test for timestamp bug (BR #819)
sql/sql_insert.cc:
Enable warnings by default for single value list
protocol
mysql-test/t/warnings.test:
Updated test for single value list insert warning
mysql-test/r/warnings.result:
Updated warnings results
Diffstat (limited to 'INSTALL-WIN-SOURCE')
-rwxr-xr-x | INSTALL-WIN-SOURCE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL-WIN-SOURCE b/INSTALL-WIN-SOURCE index bce093633f5..78a8f0e5d5a 100755 --- a/INSTALL-WIN-SOURCE +++ b/INSTALL-WIN-SOURCE @@ -92,7 +92,7 @@ To build the latest Windows source package from the current BitKeeper source tree, use the following instructions. Please note that this procedure must be performed on a system running a Unix or Unix-like operating system. (The procedure -is know to work well on Linux, for example. +is know to work well on Linux), for example. - Clone the BitKeeper source tree for MySQL (version 4.1 or above, as desired). For more information how to clone |