Loading .bzrignore +2 −0 Original line number Diff line number Diff line Loading @@ -1351,3 +1351,5 @@ win/vs71cache.txt win/vs8cache.txt zlib/*.ds? zlib/*.vcproj scripts/make_win_src_distribution_old server-tools/instance-manager/net_serv.cc Docs/Makefile.am +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA EXTRA_DIST = mysql.info INSTALL-BINARY EXTRA_DIST = mysql.info INSTALL-BINARY @extra_docs@ # make sure that "make install" installs the info page, too # automake only seems to take care of this automatically, Loading configure.in +5 −0 Original line number Diff line number Diff line Loading @@ -2452,10 +2452,15 @@ AC_ARG_WITH(docs, if test "$with_docs" = "yes" then docs_dirs="Docs" if test -f "$srcdir/Docs/manual.chm" ; then extra_docs="manual.chm" fi else docs_dirs="" extra_docs="" fi AC_SUBST(docs_dirs) AC_SUBST(extra_docs) # Shall we build the man pages? AC_ARG_WITH(man, Loading mysql-test/suite/funcs_1/r/innodb_views.result +11 −4 Original line number Diff line number Diff line Loading @@ -9841,6 +9841,13 @@ SELECT f3 AS "pure column f3: ", f1 + f3 AS "sum of columns f1 + f3 = ", '->' || CAST(f3 AS CHAR) || '<-' AS "expression with '||'=CONCAT and CAST(DECIMAL column AS CHAR):" FROM t1 WHERE f1 = 2; CREATE OR REPLACE VIEW v1 AS SELECT f3 AS "pure column f3: ", f1 + f3 AS "sum of columns f1 + f3 = ", 3 * (- 0.11111E+1) AS "product of constants 3 * (- 0.11111E+1): ", '->' || CAST(f3 AS CHAR) || '<-' AS "expression with '||'=CONCAT and CAST(DECIMAL column AS CHAR): " FROM t1 WHERE f1 = 2; ERROR 42000: Incorrect column name 'pure column f3: ' SELECT * FROM v1; pure column f3: 2.20000 sum of columns f1 + f3 = 4.20000 Loading mysql-test/suite/funcs_1/r/memory_views.result +11 −4 Original line number Diff line number Diff line Loading @@ -9846,6 +9846,13 @@ SELECT f3 AS "pure column f3: ", f1 + f3 AS "sum of columns f1 + f3 = ", '->' || CAST(f3 AS CHAR) || '<-' AS "expression with '||'=CONCAT and CAST(DECIMAL column AS CHAR):" FROM t1 WHERE f1 = 2; CREATE OR REPLACE VIEW v1 AS SELECT f3 AS "pure column f3: ", f1 + f3 AS "sum of columns f1 + f3 = ", 3 * (- 0.11111E+1) AS "product of constants 3 * (- 0.11111E+1): ", '->' || CAST(f3 AS CHAR) || '<-' AS "expression with '||'=CONCAT and CAST(DECIMAL column AS CHAR): " FROM t1 WHERE f1 = 2; ERROR 42000: Incorrect column name 'pure column f3: ' SELECT * FROM v1; pure column f3: 2.20000 sum of columns f1 + f3 = 4.20000 Loading Loading
.bzrignore +2 −0 Original line number Diff line number Diff line Loading @@ -1351,3 +1351,5 @@ win/vs71cache.txt win/vs8cache.txt zlib/*.ds? zlib/*.vcproj scripts/make_win_src_distribution_old server-tools/instance-manager/net_serv.cc
Docs/Makefile.am +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA EXTRA_DIST = mysql.info INSTALL-BINARY EXTRA_DIST = mysql.info INSTALL-BINARY @extra_docs@ # make sure that "make install" installs the info page, too # automake only seems to take care of this automatically, Loading
configure.in +5 −0 Original line number Diff line number Diff line Loading @@ -2452,10 +2452,15 @@ AC_ARG_WITH(docs, if test "$with_docs" = "yes" then docs_dirs="Docs" if test -f "$srcdir/Docs/manual.chm" ; then extra_docs="manual.chm" fi else docs_dirs="" extra_docs="" fi AC_SUBST(docs_dirs) AC_SUBST(extra_docs) # Shall we build the man pages? AC_ARG_WITH(man, Loading
mysql-test/suite/funcs_1/r/innodb_views.result +11 −4 Original line number Diff line number Diff line Loading @@ -9841,6 +9841,13 @@ SELECT f3 AS "pure column f3: ", f1 + f3 AS "sum of columns f1 + f3 = ", '->' || CAST(f3 AS CHAR) || '<-' AS "expression with '||'=CONCAT and CAST(DECIMAL column AS CHAR):" FROM t1 WHERE f1 = 2; CREATE OR REPLACE VIEW v1 AS SELECT f3 AS "pure column f3: ", f1 + f3 AS "sum of columns f1 + f3 = ", 3 * (- 0.11111E+1) AS "product of constants 3 * (- 0.11111E+1): ", '->' || CAST(f3 AS CHAR) || '<-' AS "expression with '||'=CONCAT and CAST(DECIMAL column AS CHAR): " FROM t1 WHERE f1 = 2; ERROR 42000: Incorrect column name 'pure column f3: ' SELECT * FROM v1; pure column f3: 2.20000 sum of columns f1 + f3 = 4.20000 Loading
mysql-test/suite/funcs_1/r/memory_views.result +11 −4 Original line number Diff line number Diff line Loading @@ -9846,6 +9846,13 @@ SELECT f3 AS "pure column f3: ", f1 + f3 AS "sum of columns f1 + f3 = ", '->' || CAST(f3 AS CHAR) || '<-' AS "expression with '||'=CONCAT and CAST(DECIMAL column AS CHAR):" FROM t1 WHERE f1 = 2; CREATE OR REPLACE VIEW v1 AS SELECT f3 AS "pure column f3: ", f1 + f3 AS "sum of columns f1 + f3 = ", 3 * (- 0.11111E+1) AS "product of constants 3 * (- 0.11111E+1): ", '->' || CAST(f3 AS CHAR) || '<-' AS "expression with '||'=CONCAT and CAST(DECIMAL column AS CHAR): " FROM t1 WHERE f1 = 2; ERROR 42000: Incorrect column name 'pure column f3: ' SELECT * FROM v1; pure column f3: 2.20000 sum of columns f1 + f3 = 4.20000 Loading