1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Removing the comment about NULLs

modified:
  mysql-test/suite/connect/t/mysql.test
This commit is contained in:
Alexander Barkov
2013-02-27 17:04:36 +04:00
parent 43ecae5ee8
commit 3fd1e97a64

View File

@@ -1,6 +1,5 @@
let $PORT= `select @@port`; let $PORT= `select @@port`;
# TODO: NULLs do not work
# TODO: remote VARCHAR is displayed as CHAR # TODO: remote VARCHAR is displayed as CHAR
CREATE TABLE t1 (a int, b char(10)); CREATE TABLE t1 (a int, b char(10));