lizg 2 هفته پیش
والد
کامیت
84108fd2b7

+ 2 - 0
odbctest/mql/basic/10index/88.mql

@@ -22,6 +22,8 @@ drop class if exists /test/性能AaB;
 
 create class if not exists /test/性能AaB (
     主机AaB					varchar,
+	v_date					date,
+	v_timestamp				timestamp,
 	性能备份AaB					bucket 		{
             "dict": true,
             "slot": 5,

+ 2 - 0
odbctest/mql/basic/10index/88_cache.mql

@@ -21,6 +21,8 @@ drop class if exists /test/性能AaB_Cache;
 
 create class if not exists /test/性能AaB_Cache (
     主机AaB					varchar,
+	v_date					date,
+	v_timestamp				timestamp,
 	性能备份AaB					bucket 		{
             "dict": true,
             "slot": 5,

+ 2 - 0
odbctest/mql/basic/10index/88_local.mql

@@ -21,6 +21,8 @@ drop class if exists /test/性能AaB_Local;
 
 create class if not exists /test/性能AaB_Local (
     主机AaB					varchar,
+	v_date					date,
+	v_timestamp				timestamp,
 	性能备份AaB					bucket 		{
             "dict": true,
             "slot": 5,

+ 2 - 0
odbctest/mql/basic/10index/88_memdb.mql

@@ -22,6 +22,8 @@ drop class if exists /test/性能AaB_MemDB;
 
 create class if not exists /test/性能AaB_MemDB (
     主机AaB					varchar,
+	v_date					date,
+	v_timestamp				timestamp,
 	性能备份AaB					bucket 		{
             "dict": true,
             "slot": 5,