• unknown's avatar
    Bug #28897 UUID() returns non-unique values when query cache is enabled · 40ebf3b7
    unknown authored
    Removed the ability to cache queries containing "UUID()".
    
    
    mysql-test/r/query_cache.result:
      Added test to ensure "select UUID(), a from t1" is different each time.
    mysql-test/t/query_cache.test:
      Added test to ensure "select UUID(), a from t1" is different each time.
    sql/item_create.cc:
      Removed the ability to cache queries with UUID().
    40ebf3b7
query_cache.test 25.2 KB