midenok / mariadb

MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.
GNU General Public License v2.0
0 stars 0 forks source link

TABLE is not always constructed #20

Open midenok opened 7 years ago

midenok commented 7 years ago

F.ex. open_table_from_share() initalizes malloced TABLE. All malloced objects should be replaced with constructors.

midenok commented 7 years ago

SELECT_LEX is not constructed (nor item_list inside it) (see https://github.com/tempesta-tech/mariadb/issues/269).