File tree Expand file tree Collapse file tree 5 files changed +18
-10
lines changed Expand file tree Collapse file tree 5 files changed +18
-10
lines changed Original file line number Diff line number Diff line change @@ -2550,6 +2550,13 @@ a	1
255025503	1
255125512	1
25522552DROP TABLE t1;
2553+ #
2554+ # Bug#11765255 58201:
2555+ # VALGRIND/CRASH WHEN ORDERING BY MULTIPLE AGGREGATE FUNCTIONS
2556+ #
2557+ select 1 order by max(1) + min(1);
2558+ 1
2559+ 1
25532560End of 5.1 tests
25542561#
25552562# Bug #38745: MySQL 5.1 optimizer uses filesort for ORDER BY
Original file line number Diff line number Diff line change @@ -2549,6 +2549,13 @@ a	1
254925493	1
255025502	1
25512551DROP TABLE t1;
2552+ #
2553+ # Bug#11765255 58201:
2554+ # VALGRIND/CRASH WHEN ORDERING BY MULTIPLE AGGREGATE FUNCTIONS
2555+ #
2556+ select 1 order by max(1) + min(1);
2557+ 1
2558+ 1
25522559End of 5.1 tests
25532560#
25542561# Bug #38745: MySQL 5.1 optimizer uses filesort for ORDER BY
Original file line number Diff line number Diff line change @@ -486,22 +486,17 @@ DROP USER bug12610784@localhost;
486486#
487487# Bug # 11766641: 59792: BIN/MYSQL -UUNKNOWN -PUNKNOWN 
488488#  .-> USING PASSWORD: NO 
489+ # Bug #12818542: PAM: ADDING PASSWORD FOR AN ACCOUNT DISABLES PAM 
490+ #   AUTHENTICATION SETTINGS
489491#
490492# shoud contain "using password=yes"
491493ERROR 1045 (28000): Access denied for user 'unknown'@'localhost' (using password: YES)
492494# shoud contain "using password=no"
493495ERROR 1045 (28000): Access denied for user 'unknown'@'localhost' (using password: NO)
494- #
495- # Bug #12610784: SET PASSWORD INCORRECTLY KEEP AN OLD EMPTY PASSWORD
496- #
497496CREATE USER bug12610784@localhost;
498497SET PASSWORD FOR bug12610784@localhost = PASSWORD('secret');
499498ERROR 28000: Access denied for user 'bug12610784'@'localhost' (using password: NO)
500499DROP USER bug12610784@localhost;
501- #
502- # Bug #12818542: PAM: ADDING PASSWORD FOR AN ACCOUNT DISABLES PAM 
503- #   AUTHENTICATION SETTINGS
504- #
505500CREATE USER bug12818542@localhost 
506501IDENTIFIED WITH 'test_plugin_server' AS 'bug12818542_dest';
507502CREATE USER bug12818542_dest@localhost 
Original file line number Diff line number Diff line change @@ -31,7 +31,5 @@ INNODB_STATS_TRANSIENT_SAMPLE_PAGES
3131INNODB_STATS_TRANSIENT_SAMPLE_PAGES
3232INNODB_SYNC_ARRAY_SIZE
3333INNODB_SYNC_ARRAY_SIZE
34- INNODB_LARGE_PREFIX
35- INNODB_LARGE_PREFIX
3634drop table t1;
3735drop table t2;
Original file line number Diff line number Diff line change @@ -6104,6 +6104,7 @@ mysql_declare_plugin(binlog)
61046104  0x0100  /*  1.0 */  ,
61056105  NULL ,                       /*  status variables                */ 
61066106  NULL ,                       /*  system variables                */ 
6107-   NULL                         /*  config options                  */ 
6107+   NULL ,                       /*  config options                  */ 
6108+   0 ,  
61086109}
61096110mysql_declare_plugin_end;
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments