1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00
sql/item_func.cc:
  Auto merged
sql/item_func.h:
  Auto merged
sql/sql_select.cc:
  Auto merged
This commit is contained in:
unknown
2004-03-15 17:01:30 +02:00
5 changed files with 22 additions and 3 deletions

View File

@ -512,7 +512,6 @@ public:
double val();
const char *func_name() const { return "rand"; }
bool const_item() const { return 0; }
table_map used_tables() const { return RAND_TABLE_BIT; }
void fix_length_and_dec();
};